# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "dqrng" in publications use:' type: software license: AGPL-3.0-only title: 'dqrng: Fast Pseudo Random Number Generators' version: 0.4.1.1 doi: 10.32614/CRAN.package.dqrng abstract: 'Several fast random number generators are provided as C++ header only libraries: The PCG family by O''Neill (2014 ) as well as the Xoroshiro / Xoshiro family by Blackman and Vigna (2021 ). In addition fast functions for generating random numbers according to a uniform, normal and exponential distribution are included. The latter two use the Ziggurat algorithm originally proposed by Marsaglia and Tsang (2000, ). The fast sampling methods support unweighted sampling both with and without replacement. These functions are exported to R and as a C++ interface and are enabled for use with the default 64 bit generator from the PCG family, Xoroshiro128+/++/** and Xoshiro256+/++/** as well as the 64 bit version of the 20 rounds Threefry engine (Salmon et al., 2011, ) as provided by the package ''sitmo''.' authors: - family-names: Stubner given-names: Ralf email: ralf.stubner@gmail.com orcid: https://orcid.org/0009-0009-1908-106X repository: https://rstub.r-universe.dev repository-code: https://github.com/daqana/dqrng commit: 003ab0c7de83498070d2c7c4efad3f8f5fd1414f url: https://daqana.github.io/dqrng/ contact: - family-names: Stubner given-names: Ralf email: ralf.stubner@gmail.com orcid: https://orcid.org/0009-0009-1908-106X