rand_lcg 0.1.0

An implementation of the LCG family of PRNGs for educational purposes.
Documentation
  • Coverage
  • 0%
    0 out of 5 items documented0 out of 1 items with examples
  • Size
  • Source code size: 6.69 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 629.43 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • malramsay64

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.