The crate is deprecated in favor of the rand_xoshiro crate.
Rust implementation of the xoroshiro128+, xorshift1024*φ and splitmix64 random number generators.
xoroshiro
is primarily distributed under the terms of both the MIT license and
the Apache License (Version 2.0).
See LICENSE-APACHE, and LICENSE-MIT for details.
- Parts of the code is were taken from this pull request.
- Some of the test vectors were taken and adapted from the xorshift crate.
- The xoroshiro128 crate is similar to this one.