Module smolprng::algorithms::lcg[][src]

Expand description

This module implments the LCG family of PRNG generators

Structs

This is the simple struct definition for the 64 Bit Linear Congruential Generator (LCG) algorithm, with parameters as definied by Knuth