prng
There are 524 repositories under prng topic.
PartialVolume/shredos.x86_64
Shredos Disk Eraser 64 bit for all Intel 64 bit processors as well as processors from AMD and other vendors which make compatible 64 bit chips. ShredOS - Secure disk erasure/wipe
ethereum/js-ethereum-cryptography
Every cryptographic primitive needed to work on Ethereum, for the browser and Node.js
nemequ/portable-snippets
Collection of miscellaneous portable C snippets.
avaneev/prvhash
PRVHASH - Pseudo-Random-Value Hash. Hash functions, PRNG with unlimited period, randomness extractor, and a glimpse into abyss. (inline C/C++) (Codename Gradilac/Градилак)
scalaprops/scalaprops
property based testing library for Scala
flyingmutant/rand
Fast, high quality alternative to math/rand and golang.org/x/exp/rand
avaneev/komihash
Very fast, high-quality hash function, discrete-incremental and streamed hashing-capable (non-cryptographic, inline C/C++) 26GB/s + PRNG
norkator/cryptography
Cryptography Android application code samples / cipher collection for app users
Reputeless/Xoshiro-cpp
Header-only Xoshiro/Xoroshiro PRNG wrapper library for modern C++ (C++17/C++20)
kmyk/mersenne-twister-predictor
Predict MT19937 PRNG, from preceding 624 generated numbers. There is a specialization for the "random" of Python standard library.
transitive-bullshit/random
Seedable random number generator supporting many common distributions.
camel-cdr/cauldron
A collection of single-file C libraries. (generic containers, random number generation, argument parsing and other functionalities)
bashtage/randomgen
Numpy-compatible bit generators and add some random variate distributions missing from NumPy.
lemire/SIMDxorshift
Fast random number generators: Vectorized (SIMD) version of xorshift128+
sindresorhus/randoma
User-friendly pseudorandom number generator (PRNG)
skywarth/chaotic-schedule
Randomize scheduled command execution time and date intervals via pRNGs
arcetri/sts
Improved version of the NIST Statistical Test Suite (STS)
colgreen/Redzen
General purpose C# code library.
eldruin/wyhash-rs
wyhash fast portable non-cryptographic hashing algorithm and random number generator in Rust
RondeSC/Miller_Shuffle_Algo
New Shuffle algorithm with ultra low overhead and no annoying repetition.
lk-geimfari/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.
lemire/fastrand
Fast random number generation in an interval in Python: Up to 10x faster than random.randint.
cslarsen/mersenne-twister
This Mersenne Twister is a fast pseudo-random number generator (PRNG) in C++
deut-erium/RNGeesus
SMT based attacks on non cryptographic PRNGs
cmcqueen/simplerandom
Simple pseudo-random number generators in C and Python
robhogan/react-native-securerandom
A crypto-secure random bytes generator for react native
QRCS-CORP/CEX
The CEX Cryptographic library in C++
sindresorhus/park-miller
Park-Miller pseudorandom number generator (PRNG)
marcoonroad/spadille
Verifiable/deterministic fair tickets generation for lotteries, raffles and gambling games. :rhinoceros: :four_leaf_clover: :spades: :game_die:
grunka/fortuna
An implementation of the Fortuna RNG
macmcmeans/isaacCSPRNG
🔣 ISAAC is a fast, seedable, cryptographically secure pseudo-random number generator (CSPRNG) and synchronous stream cipher.
zorchenhimer/nes-runner
An infinite runner NES game!
bgrainger/PcgRandom
.NET port of the PCG Random Number Generator library (www.pcg-random.org)
chiro-hiro/thedivine
Decentralized Pseudo-Random Number Generator (PRNG)
NonupleBroken/ExtendMT19937Predictor
Predict and Backtrack MT19937 PRNG by putting 32 * 624 bits generated numbers. Python "random" standard library uses mt19937, so we can easily crack it.
Risto-Stevcev/pure-random
:sparkles: A purely functional random number generator