rand_lcg

Crates.iorand_lcg
lib.rsrand_lcg
version0.1.0
sourcesrc
created_at2019-08-27 23:42:14.383212
updated_at2019-08-27 23:42:14.383212
descriptionAn implementation of the LCG family of PRNGs for educational purposes.
homepage
repositoryhttps://github.com/malramsay64/rand_lcg
max_upload_size
id160255
size6,838
Malcolm Ramsay (malramsay64)

documentation

README

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.

Commit count: 0

cargo fmt