Package: randtoolbox Type: Package Title: Toolbox for Pseudo and Quasi Random Number Generation and Random Generator Tests Version: 2.0.6 Authors@R: c( person("Christophe", "Dutang", role = c("aut", "cre"), email = "dutangc@gmail.com", comment = c(ORCID = "0000-0001-6732-1501")), person("Petr", "Savicky", role= "aut", email="savicky@cs.cas.cz"), person("Yohan", "Chalabi", role = "ctb", comment="part of R Code"), person("Diethelm", "Wuertz", role = "aut", comment="part of R Code"), person("Donald", "Knuth", role = "aut", comment="C code of Knuth-TAOCP RNG"), person("Makoto", "Matsumoto", role = "aut", comment="C code of SFMT algorithm"), person("Mutsuo", "Saito", role = "aut", comment="C code of SFMT algorithm")) 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. Depends: rngWELL (>= 0.10-1) License: BSD_3_clause + file LICENSE URL: https://r-forge.r-project.org/projects/rmetrics/ Repository: https://r-forge.r-universe.dev Date/Publication: 2026-02-21 23:23:40 UTC RemoteUrl: https://github.com/r-forge/rmetrics RemoteRef: HEAD RemoteSha: d8bc4aeb583742e52170b581b908108e0282bf7b RemoteSubdir: pkg/randtoolbox NeedsCompilation: yes Packaged: 2026-06-23 17:48:47 UTC; root Author: Christophe Dutang [aut, cre] (ORCID: ), Petr Savicky [aut], Yohan Chalabi [ctb] (part of R Code), Diethelm Wuertz [aut] (part of R Code), Donald Knuth [aut] (C code of Knuth-TAOCP RNG), Makoto Matsumoto [aut] (C code of SFMT algorithm), Mutsuo Saito [aut] (C code of SFMT algorithm) Maintainer: Christophe Dutang