rng 0.1.0

Random number generators.
Documentation
  • Coverage
  • 0%
    0 out of 10 items documented0 out of 8 items with examples
  • Size
  • Source code size: 7.51 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.01 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • peterhj/rng
    0 1 2
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • peterhj

librng

This Rust library contains implementations of random number generators, as well as auxiliary RNG traits.

Currently, it contains an implementation of the original xorshift128+ RNG (https://arxiv.org/pdf/1404.0390v1.pdf), where the addition is done after the shifts.