rand_lcg 0.1.0

An implementation of the LCG family of PRNGs for educational purposes.
Documentation

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.