GitHub - danielcota/LoopMix128: A very fast 64-bit PRNG with a 2^128 period, proven injectivity, passing BigCrush & PractRand (32TB).
LoopMix128: Fast and Robust 2^128 Period PRNG
This repository contains LoopMix128, an extremely fast pseudo-random number generator (PRNG) with a guaranteed period of 2^128, proven injectivity, and clean passes in both BigCrush and PractRand (32TB). It is designed for non-cryptographic applications where speed and statistical quality are important.
Features
High Performance: Significantly faster than standard library generators and competitive with or faster than other modern high-speed PRNGs li...
Read more at github.com