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 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)
The overall documentation is available at
help(pseudo.rngWELL)