Package: randtoolbox 2.0.5

Christophe Dutang

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

Provides (1) pseudo random generators - general linear congruential generators, multiple recursive generators and generalized feedback shift register (SF-Mersenne Twister algorithm (<doi:10.1007/978-3-540-74496-2_36>) and WELL (<doi:10.1145/1132973.1132974>) 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) <doi:10.1007/b97336>. 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.

Authors:R code by Yohan Chalabi [ctb], Christophe Dutang [aut, cre], Petr Savicky [aut], Diethelm Wuertz [aut]; C code of Knuth-TAOCP RNG by Donald Knuth [aut]; C code of Torus, Halton and Sobol sequences by Christophe Dutang [aut, cre]; C code of SFMT algorithm by Makoto Matsumoto [aut], Mutsuo Saito [aut].

randtoolbox_2.0.5.tar.gz
randtoolbox_2.0.5.zip(r-4.5)randtoolbox_2.0.5.zip(r-4.4)randtoolbox_2.0.5.zip(r-4.3)
randtoolbox_2.0.5.tgz(r-4.4-x86_64)randtoolbox_2.0.5.tgz(r-4.4-arm64)randtoolbox_2.0.5.tgz(r-4.3-x86_64)randtoolbox_2.0.5.tgz(r-4.3-arm64)
randtoolbox_2.0.5.tar.gz(r-4.5-noble)randtoolbox_2.0.5.tar.gz(r-4.4-noble)
randtoolbox_2.0.5.tgz(r-4.4-emscripten)randtoolbox_2.0.5.tgz(r-4.3-emscripten)
randtoolbox.pdf |randtoolbox.html
randtoolbox/json (API)
NEWS

# Install 'randtoolbox' in R:
install.packages('randtoolbox', repos = c('https://r-forge.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

Bug tracker:https://r-forge.r-project.org/projects/rmetrics

On CRAN:

29 exports 1 stars 6.06 score 1 dependencies 80 dependents 538 scripts 7.0k downloads

Last updated 4 days agofrom:28a8bc75d8. Checks:OK: 4 NOTE: 5. Indexed: yes.

TargetResultDate
Doc / VignettesOKSep 04 2024
R-4.5-win-x86_64NOTESep 04 2024
R-4.5-linux-x86_64NOTESep 04 2024
R-4.4-win-x86_64NOTESep 04 2024
R-4.4-mac-x86_64NOTESep 04 2024
R-4.4-mac-aarch64NOTESep 04 2024
R-4.3-win-x86_64OKSep 04 2024
R-4.3-mac-x86_64OKSep 04 2024
R-4.3-mac-aarch64OKSep 04 2024

Exports:bit2intbit2unitrealcoll.testcoll.test.sparsecongruRandfreq.testgap.testget.descriptionget.primesgetWELLStatehaltonint2bitknuthTAOCPorder.testpermutpoker.testput.descriptionrngWELLScriptRrunif.haltonrunif.sobolserial.testset.generatorsetSeedSFMTsobolsobol.RstirlingtorusWELL

Dependencies:rngWELL

A note on random number generation

Rendered fromfullpres.Rnwusingutils::Sweaveon Sep 04 2024.

Last update: 2022-05-18
Started: 2012-04-29

Quick introduction of randtoolbox

Rendered fromshortintro.Rnwusingutils::Sweaveon Sep 04 2024.

Last update: 2021-10-28
Started: 2012-04-29