prng topic
mersenne-twister
This Mersenne Twister is a fast pseudo-random number generator (PRNG) in C++
prvhash
PRVHASH - Pseudo-Random-Value Hash. Hash functions, PRNG with unlimited period, randomness extractor, and a glimpse into abyss. (inline C/C++) (Codename Gradilac/Градилак)
spadille
Verifiable/deterministic fair tickets generation for lotteries, raffles and gambling games. :rhinoceros: :four_leaf_clover: :spades: :game_die:
cl-isaac
Optimized Common Lisp version of Bob Jenkins' ISAAC-32 and ISAAC-64 algorithms, fast cryptographic random number generators.
RNGeesus
SMT based attacks on non cryptographic PRNGs
rand
Fast, high quality alternative to math/rand and golang.org/x/exp/rand
PcgRandom
.NET port of the PCG Random Number Generator library (www.pcg-random.org)
jsrand
A seeded pseudo-random number generator for JavaScript.