eprng 0.1.2

Extremely Pseudo RNG
Documentation
  • Coverage
  • 57.14%
    4 out of 7 items documented4 out of 5 items with examples
  • Size
  • Source code size: 18.97 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.46 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • voidentente

What

This is not a pseudorandom number generator.

It is #![no_std] by nature with only core as dependency, and alloc if you use the informational feature distribution.

The generator can be seeded with the raw value of a pointer for semi-randomness.

You should take a look at the generator's distributions to see if this works for you.

Distributions