Changes in version 2024.2-1 (2024-02-18) o Removed is.R() and replaced with TRUE since is.R() is deprecated in R 4.4.0. Changes in version 2022.4-1 (2022-04-03) o Added importFrom("stats", "runif", "rnorm") to NAMESPACE file. o Fixed Rbuildignore so that files from building vignettes are not omitted in the package build. Changes in version 2015.7-1 o Added default package imports as now required by CRAN. Changes in version 2013.9-1 (2014-11-25) o adjusted .Rbuildignore to exclude S/ directory. Changes in version 2011.11-1 o updated maintainer email address. Changes in version 2009.11-1 (2009-11-27) o setRNG sources migrated to distr project on R-forge. o Standardized NEWS format for new function news(). o The result of setRNG is now returned with invisible() except in the case it is called with no arguments. This avoids printout of large seeds. Changes in version 2008.3-1 (2008-03-14) o as.integer(seed) used explicitely to avoid warning caused when an integer stored as a double was used to set the seed. This should cause no changes other than eliminating the warning message. Changes in version 2006.4-1 (2006-04-04) o added setRNG-package.Rd overview. o added namespaces Changes in version 2004.4-1 (2004-04-15) o setRNG is now maintained as a separate package o Older NEWS is in the dse NEWS file.