README.md

randtoolbox: Toolbox for Pseudo and Quasi Random Number Generation and Random Generator Tests

CRAN_Release_Badge CRAN Downloads License: GPL v3

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 package

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)

Documentation

The overall documentation is available at

help(randtoolbox)


Try the randtoolbox package in your browser

Any scripts or data that you put into this service are public.

randtoolbox documentation built on Oct. 18, 2024, 5:13 p.m.