preshrng 0.1.0

A random number generator using Jeff Preshing's algorithm
Documentation
  • Coverage
  • 14.29%
    1 out of 7 items documented0 out of 6 items with examples
  • Size
  • Source code size: 2.61 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 906.17 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 9s Average build duration of successful builds.
  • all releases: 9s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • macabu/preshrng
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • macabu

This lib implements a random number generator which outputs a unique usize-d integer. Original version (in C++): https://github.com/preshing/RandomSequence Article: http://preshing.com/20121224/how-to-generate-a-sequence-of-unique-random-integers/