random-number-distributions
There are 11 repositories under random-number-distributions topic.
terrillmoore/NIST-Statistical-Test-Suite
The code from NIST SP-800-22 for testing random-number generators, along with docs for reference
bashtage/randomgen
Numpy-compatible bit generators and add some random variate distributions missing from NumPy.
andreaferretti/alea
Define and compose random variables
jonhoo/rust-zipf
Rust implementation of a fast, bounded, Zipf-distributed random number generator
arminms/p2rng
A modern header-only C++ library for parallel algorithmic (pseudo) random number generation supporting OpenMP, CUDA, ROCm and oneAPI
tschoonj/easyRNG
BSD licensed random number generators and distributions for C and Fortran
Grizzly-dart/grizzly_distuv
Statistics library for Dart
KOUISAmine/random-number-generator
Generate a random number between a given range.
DiscreteLogarithm/canonical-random-float
Efficient canonical floating-point random number generator with fully random fraction bits
cxw42/Games-Dice-Tester
Statistical tests for random dice-rolling programs
XiangpengHao/rust-selfsimilar
A fast generator of discrete random numbers.