#rng #random-number #numbers #lcg #generator #family #educational

rand_lcg

An implementation of the LCG family of PRNGs for educational purposes

1 unstable release

0.1.0 Aug 27, 2019

#8 in #lcg

22 downloads per month
Used in random_number_generators

MIT license

5KB
83 lines

rand_lcg

Do not use for anything other than learning

The 'random' number generators provided by this package are of terrible quality and shouldn't be used for any application where random numbers are required.

This provides the LCG family of random number generators.

Dependencies

~61KB