Showing 3 of total 3 results (show query)
daqana
dqrng:Fast Pseudo Random Number Generators
Several fast random number generators are provided as C++ header only libraries: The PCG family by O'Neill (2014 <https://www.cs.hmc.edu/tr/hmc-cs-2014-0905.pdf>) as well as the Xoroshiro / Xoshiro family by Blackman and Vigna (2021 <doi:10.1145/3460772>). 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, <doi:10.18637/jss.v005.i08>). 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, <doi:10.1145/2063384.2063405>) as provided by the package 'sitmo'.
Maintained by Ralf Stubner. Last updated 7 months ago.
randomrandom-distributionsrandom-generationrandom-samplingrngcpp
42 stars 13.12 score 188 scripts 183 dependentsnvietto
samplezoo:Generate Samples with a Variety of Probability Distributions
Simplifies the process of generating samples from a variety of probability distributions, allowing users to quickly create data frames for demonstrations, troubleshooting, or teaching purposes. Data is available in multiple sizes—small, medium, and large. For more information, refer to the package documentation.
Maintained by Nicholas Vietto. Last updated 1 months ago.
probability-distributionrngsimulationstatistics
4.40 score 8 scriptsscumdogsteev
mlsjunkgen:Use the MLS Junk Generator Algorithm to Generate a Stream of Pseudo-Random Numbers
Generate a stream of pseudo-random numbers generated using the MLS Junk Generator algorithm. Functions exist to generate single pseudo-random numbers as well as a vector, data frame, or matrix of pseudo-random numbers.
Maintained by Steve Myles. Last updated 4 years ago.
mls-junk-generatormlsjunkgenrandom-generationrandom-numberrandom-number-generatorrandom-number-generatorsrandom-quote-machinerngrpackages
3.95 score 18 scripts