Learn R Programming

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

randtoolbox (version 2.0.2)

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

Copy Link

Version

Install

install.packages('randtoolbox')

Monthly Downloads

7,578

Version

2.0.2

License

BSD_3_clause + file LICENSE

Last Published

August 16th, 2022

Functions in randtoolbox (2.0.2)

auxiliary

Auxiliary functions for 'randtoolbox' package.
getWELLState

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

Get primes for quasi random number generation
freq.test

the Frequency test
randtoolbox-package

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

the Order test
coll.test

the Collision test
coll.test.sparse

the Collision test
poker.test

the Poker test
serial.test

the Serial test
rngWELLScriptR

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

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

Toolbox for quasi random number generation
soboltestfunctions

Some test functions for Sobol sequences
pseudoRNG

Toolbox for pseudo and quasi random number generation
gap.test

the Gap test