FAST 32/64 bit PRNG (pseudo-random generator), highly optimized, based on xoshiro* / xoroshiro*, xorshift and other Marsaglia algorithms.
-
Updated
Jun 28, 2020 - C++
FAST 32/64 bit PRNG (pseudo-random generator), highly optimized, based on xoshiro* / xoroshiro*, xorshift and other Marsaglia algorithms.
Pukall PRNG 64 : mix the output of an LFSR 64 and an LCG 64 (C language or 6502 Assembly)
C++ PRNG test bench that uses Google Benchmark (to measure speed) and PractRand (to measure randomness)
(fr) Un système de génération de nombres aléatoires à partir d'une seed, ne faisant appel ni à Math.Random ni à des hashs.
Add a description, image, and links to the prng-test topic page so that developers can more easily learn about it.
To associate your repository with the prng-test topic, visit your repo's landing page and select "manage topics."