randtoolbox
Provides (1) pseudo random generators - general linear congruential generators, multiple recursive generators and generalized feedback shift register (SF-Mersenne Twister algorithm () and WELL () generators); (2) quasi random generators - the Torus algorithm, the Sobol sequence, the Halton sequence (including the Van der Corput sequence) and (3) some generator tests - the gap test, the serial test, the poker test, see, e.g., Gentle (2003) .
The stable version of randtoolbox
can be installed from CRAN using:
install.packages("randtoolbox")
Finally load the package in your current R session with the following R command:
library(randtoolbox)
The overall documentation is available at
help(randtoolbox)
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.