# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "zigg" in publications use:' type: software license: GPL-2.0-or-later title: 'zigg: Lightweight Interfaces to the ''Ziggurat'' Pseudo Random Number Generator' version: 0.0.0 doi: 10.32614/CRAN.package.zigg abstract: '''Ziggurat'', originally introduced by Marsaglia and Tsang (2000, ) and further improved by Leong et al (2005, ) offers a lightweight and very fast pseudo-random number generator (or ''PRNG'') for the normal, exponential, and uniform distributions. It is provided here in a small zero-dependency package. It can be used from R as well as from C(++) code in other packages as is demonstrated by four included sample packages using four distinct methods to use the PRNG presented here in client package. The implementation is influenced by our older package ''RcppZiggurat'' which offers a comparisone among multiple alternative implementations. These PRNGs provided are generally faster than the ones in base R: on our machine, the relative gains for normal, exponential and uniform are on the order of 7.4, 5.2 and 4.7 times faster than base R. However, these generators are of potentially lesser quality so if in doubt use of the base R function generatrs remains the general recommendation.' authors: - family-names: Eddelbuettel given-names: Dirk email: edd@debian.org orcid: https://orcid.org/0000-0001-6419-907X repository: https://eddelbuettel.r-universe.dev commit: 34cbe8ed462dfbc36140b41964c22a7cd4d1a8b5 date-released: '2025-01-12' contact: - family-names: Eddelbuettel given-names: Dirk email: edd@debian.org orcid: https://orcid.org/0000-0001-6419-907X