pseudorandom
There are 271 repositories under pseudorandom topic.
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/Градилак)
avaneev/komihash
Very fast, high-quality hash function, discrete-incremental and streamed hashing-capable (non-cryptographic, inline C/C++) 26GB/s + PRNG
sindresorhus/randoma
User-friendly pseudorandom number generator (PRNG)
sindresorhus/park-miller
Park-Miller pseudorandom number generator (PRNG)
johon-lituobang/REDS_Nonasymptotic
Robust estimations from distribution structures: III. Non-asymptotic
DomenicoDeFelice/jsrand
A seeded pseudo-random number generator for JavaScript.
0/msp430-rng
Random (SLAA338) and pseudorandom (LCG) number generation.
pre-eth/adam
ADAM is an actively developed CSPRNG inspired by ISAAC64
wnfs-wg/rs-skip-ratchet
Rust implementation of the skip ratchet
rsvp/randomsys
Algorithmic study of random systems. / Keywords: probability stochastic process ANU quantum random number generator Gaussian statistics
chrinels/sequences
Python code that generates three different sequences; LFSR, Gold sequence (given two Maximum Length Sequences (MLS)), and Zadoff-Chu.
gabriel-vanzandycke/aleatorpy
Python decorator to control randomness of functions, methods and properties
kpdemetriou/highwayhash-cffi
Tested, performant HighwayHash bindings for Python 3 with support for all output lengths.
lachlan2k/pot-lcg-cracker
Crack java.util.Random when nextInt is used with a power of two.
stdlib-js/random-base-mt19937
A 32-bit Mersenne Twister pseudorandom number generator.
CodePleaseRun/pi-estimation
Estimating π using Monte Calro Simulation
cicirello/rho-mu
ρμ - a Java library of Randomization enHancements and Other Math Utilities
influenceth/cairo-rand-64x61
A psuedrandom and procedural generation library using 64.61 fixed point math for Cairo
martinothamar/Fast.PRNGs.NET
Fast PRNG implementations in .NET. Your PRNG is unlikely to be a bottleneck in anything you do, but there are exceptions like for instance Monte Carlo simulations, where generating random samples can take some time.
ariannagavioli/PNG
A Pseudo-Random Noise Sequence Generator VHDL implementation to synthesize on a Zync FPGA for the Digital Systems Design course of University of Pisa, 2019.
popcornell/pyAES_DRBG
Cryptographically Secure AES DRBG NIST SP 800-90A, Rev 1 pseudo-random number generator (PRNG) in Pure Python
stdlib-js/random-base-binomial
Binomial distributed pseudorandom numbers.
stdlib-js/random-base-uniform
Uniformly distributed pseudorandom numbers.
stdlib-js/random
Standard library generic random functions.
stdlib-js/random-base-minstd
A linear congruential pseudorandom number generator (LCG) based on Park and Miller.
stdlib-js/random-iter-chisquare
Create an iterator for generating pseudorandom numbers drawn from a chi-square distribution.
ajuelosemmanuel/CRYPTA_Project
A project about a not so perfect PRNG
Gagniuc/Linear-congruential-generator
Linear congruential generator (LCG) is an application that demonstrates the generation of pseudo-random numbers. The LCG is a specialized mathematical function (deterministic algorithm) for simulation of “random” numbers. The numbers generated by LCG are called pseudo-random numbers.
notJoon/drbg
Pseudo-Random Number Generator validate testing suite
QwertyR0/ezrandom
a basic random generator with lot of features
stdlib-js/random-array-mt19937
Create an array containing pseudorandom numbers generated using a 32-bit Mersenne Twister pseudorandom number generator.
stdlib-js/random-iter
Standard library pseudorandom number generator iterators.
stdlib-js/random-iter-arcsine
Create an iterator for generating pseudorandom numbers drawn from an arcsine distribution.
stdlib-js/random-streams-arcsine
Create a readable stream for generating pseudorandom numbers drawn from an arcsine distribution.
stdlib-js/random-strided-betaprime
Fill a strided array with pseudorandom numbers drawn from a beta prime distribution.
stdlib-js/random-strided-invgamma
Fill a strided array with pseudorandom numbers drawn from an inverse gamma distribution.