Source: https://github.com/mscharley/rust-xoroshiro128
Author: Matthew Scharley
Contributors: See contributors on GitHub
Bugs/Support: Github Issues
Copyright: 2016
License: MIT license
Status: Active
xoroshiro128
is a small rand
-compatible library to generate psuedo-random numbers using the xoroshiro128+ alogrithm
originally proposed by David Blackman and Sebastiano Vigna. See their website for the details and a good writeup.
xoroshiro128
is available on crates.io under the same name.
Usage and other documentation is available in the official documentation.