Package: randtoolbox 2.0.6

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:Christophe Dutang [aut, cre], Petr Savicky [aut], Yohan Chalabi [ctb], Diethelm Wuertz [aut], Donald Knuth [aut], Makoto Matsumoto [aut], Mutsuo Saito [aut]

randtoolbox_2.0.6.tar.gz
randtoolbox_2.0.6.zip(r-4.7-x86_64)randtoolbox_2.0.6.zip(r-4.7-arm64)randtoolbox_2.0.6.zip(r-4.6-x86_64)randtoolbox_2.0.6.zip(r-4.6-arm64)randtoolbox_2.0.6.zip(r-4.5-x86_64)
randtoolbox_2.0.6.tgz(r-4.6-x86_64)randtoolbox_2.0.6.tgz(r-4.6-arm64)randtoolbox_2.0.6.tgz(r-4.5-x86_64)randtoolbox_2.0.6.tgz(r-4.5-arm64)
randtoolbox_2.0.6.tar.gz(r-4.7-arm64)randtoolbox_2.0.6.tar.gz(r-4.7-x86_64)randtoolbox_2.0.6.tar.gz(r-4.6-arm64)randtoolbox_2.0.6.tar.gz(r-4.6-x86_64)
randtoolbox_2.0.6.tgz(r-4.6-emscripten)
manual.pdf |manual.html
DESCRIPTION |NEWS
card.svg |card.png
randtoolbox/json (API)

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

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

On CRAN:

Conda:

11.46 score 1 stars 87 packages 697 scripts 13k downloads 29 exports 1 dependencies

Last updated from:d8bc4aeb58. Checks:15 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-arm64OK99
linux-devel-x86_64OK122
source / vignettesOK230
linux-release-arm64OK98
linux-release-x86_64OK137
macos-release-arm64OK88
macos-release-x86_64OK243
macos-oldrel-arm64OK100
macos-oldrel-x86_64OK223
windows-devel-arm64OK198
windows-devel-x86_64OK107
windows-release-arm64OK206
windows-release-x86_64OK86
windows-oldrel-x86_64OK88
wasm-releaseOK96

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
Introduction | Overview of random generation algorithms | Examples of distinguishing from truly random numbers | Description of the random generation functions | Random generation tests | Description of RNG test functions | Calling the functions from other packages

Last update: 2024-10-18
Started: 2012-04-29

Quick introduction of randtoolbox
The runif interface | Dedicated functions

Last update: 2024-10-18
Started: 2012-04-29