Crate xoroshiro [] [src]

This crate provides the xoroshiro128+, xorshift1024*φ and splitmix64 random number generators.

It is recommended to use XoroShiro128 unless you need a period larger than 2128 - 1, where XorShift1024 with a period of 21024 - 1 is more appropriate. SplitMix64 is only used to initialize the other generators, it should not be used directly.

Modules

rng

Pseudo-random number generators.