Package: rngWELL
Type: Package
Title: Toolbox for WELL Random Number Generators
Version: 0.10-10
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("F.", "Panneton", role = "ctb", comment="C Code"),
    person("P.", "L'Ecuyer", role = "ctb", comment="C Code"),
    person("M.", "Matsumoto", role = "ctb", comment="C Code"))
Description: It is a dedicated package to WELL pseudo random generators, 
  which were introduced in Panneton et al. (2006), ``Improved Long-Period 
  Generators Based on Linear Recurrences Modulo 2'', see <doi:10.1145/1132973.1132974>. 
  But this package is not intended to be used directly, you are strongly __encouraged__ 
  to use the 'randtoolbox' package, which depends on this package. 
Depends: R (>= 3.0.0)
License: BSD_3_clause + file LICENSE
NeedsCompilation: yes
Packaged: 2024-10-17 15:06:30 UTC; dutang
Author: Christophe Dutang [aut, cre] (<https://orcid.org/0000-0001-6732-1501>),
  Petr Savicky [aut],
  F. Panneton [ctb] (C Code),
  P. L'Ecuyer [ctb] (C Code),
  M. Matsumoto [ctb] (C Code)
Maintainer: Christophe Dutang <dutangc@gmail.com>
Repository: CRAN
Date/Publication: 2024-10-17 21:20:02 UTC
Built: R 4.5.1; aarch64-apple-darwin25.0.0; 2025-10-01 09:19:15 UTC; unix
