Description
Toolbox for WELL Random Number Generators.
Description
It is a dedicated package to WELL pseudo random generators, which were introduced in Panneton et al. (2006), ``Improved Long-Period Generators Based on Linear Recurrences Modulo 2'', see <doi:10.1145/1132973.1132974>. But this package is not intended to be used directly, you are strongly __encouraged__ to use the 'randtoolbox' package, which depends on this package.
README.md
rngWELL: Toolbox for WELL Random Number Generators
rngWELL
is a dedicated package to WELL pseudo random generators, which were introduced in Panneton et al. (2006), “Improved Long-Period Generators Based on Linear Recurrences Modulo 2”, see doi:10.1145/1132973.1132974.
The package
The stable version of rngWELL
can be installed from CRAN using:
install.packages("rngWELL")
Finally load the package in your current R session with the following R command:
library(rngWELL)
Documentation
The overall documentation is available at
help(pseudo.rngWELL)