Learn R Programming

⚠️There's a newer version (2.0.5) of this package.Take me there.

randtoolbox (version 2.0.4)

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

Description

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) . Take a look at the Distribution task view of types and tests of random number generators. The package can be provided without the 'rngWELL' dependency on demand. Package in Memoriam of Diethelm and Barbara Wuertz.

Copy Link

Version

Install

install.packages('randtoolbox')

Monthly Downloads

13,159

Version

2.0.4

License

BSD_3_clause + file LICENSE

Maintainer

Christophe Dutang

Last Published

January 28th, 2023

Functions in randtoolbox (2.0.4)

runifInterface

Functions for using runif() and rnorm() with randtoolbox generators
rngWELLScriptR

An implementation of the recurrence of WELL generators in R language
pseudoRNG

Toolbox for pseudo and quasi random number generation
soboltestfunctions

Some test functions for Sobol sequences
serial.test

the Serial test
quasiRNG

Toolbox for quasi random number generation
coll.test

the Collision test
getWELLState

Get the state of a WELL generator implemented in randtoolbox package.
get.primes

Get primes for quasi random number generation
coll.test.sparse

the Collision test
randtoolbox-package

General remarks on toolbox for pseudo and quasi random number generation
freq.test

the Frequency test
auxiliary

Auxiliary functions for 'randtoolbox' package.
poker.test

the Poker test
gap.test

the Gap test
order.test

the Order test