prng topic

List prng repositories

secrets.clj

87
Stars
1
Forks
Watchers

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

92
Stars
11
Forks
Watchers

wyhash fast portable non-cryptographic hashing algorithm and random number generator in Rust

randomgen

95
Stars
24
Forks
Watchers

Numpy-compatible bit generators and add some random variate distributions missing from NumPy.

sts

86
Stars
22
Forks
Watchers

Improved version of the NIST Statistical Test Suite (STS)

react-native-securerandom

59
Stars
31
Forks
Watchers

A crypto-secure random bytes generator for react native

cryptography

172
Stars
30
Forks
Watchers

Cryptography Android application code samples / cipher collection for app users

komihash

181
Stars
6
Forks
Watchers

Very fast, high-quality hash function, discrete-incremental and streamed hashing-capable (non-cryptographic, inline C/C++) 26GB/s + PRNG

fastrand

83
Stars
12
Forks
Watchers

Fast random number generation in an interval in Python: Up to 10x faster than random.randint.

park-miller

54
Stars
3
Forks
Watchers

Park-Miller pseudorandom number generator (PRNG)

SIMDxorshift

108
Stars
14
Forks
Watchers

Fast random number generators: Vectorized (SIMD) version of xorshift128+