Package: randtoolbox
Type: Package
Title: Toolbox for Pseudo and Quasi Random Number Generation and Random
        Generator Tests
Version: 2.0.4
Author: 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]. 
Maintainer: Christophe Dutang <dutangc@gmail.com>
Description: 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.
Depends: rngWELL (>= 0.10-1)
License: BSD_3_clause + file LICENSE
URL: https://r-forge.r-project.org/projects/rmetrics/
NeedsCompilation: yes
Packaged: 2023-01-28 13:28:58 UTC; dutang
Repository: CRAN
Date/Publication: 2023-01-28 14:10:02 UTC
Built: R 4.2.0; x86_64-apple-darwin17.0; 2023-01-29 12:47:32 UTC; unix
Archs: randtoolbox.so.dSYM
