1 unstable release
Uses old Rust 2015
0.1.0 | Nov 8, 2016 |
---|
#624 in #random
1,044 downloads per month
Used in 3 crates
4KB
109 lines
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.
Dependencies
~330–560KB