prng topic
secrets.clj
A library designed to generate cryptographically strong random numbers suitable for managing data such as passwords, account authentication, security tokens, and related secrets.
wyhash-rs
wyhash fast portable non-cryptographic hashing algorithm and random number generator in Rust
randomgen
Numpy-compatible bit generators and add some random variate distributions missing from NumPy.
sts
Improved version of the NIST Statistical Test Suite (STS)
react-native-securerandom
A crypto-secure random bytes generator for react native
cryptography
Cryptography Android application code samples / cipher collection for app users
komihash
Very fast, high-quality hash function, discrete-incremental and streamed hashing-capable (non-cryptographic, inline C/C++) 26GB/s + PRNG
fastrand
Fast random number generation in an interval in Python: Up to 10x faster than random.randint.
park-miller
Park-Miller pseudorandom number generator (PRNG)
SIMDxorshift
Fast random number generators: Vectorized (SIMD) version of xorshift128+