Expand description
Fast deterministic RNGs
This module contains high-performance PRNGs suitable for simulations and non-cryptographic randomness. These RNGs are deterministic when seeded and provide excellent statistical properties.
Re-exports§
pub use pcg64::Pcg64;pub use splitmix64::SplitMix64;pub use xoshiro256::Xoshiro256Plus;
Modules§
- pcg64
- PCG64 implementation
- splitmix64
- SplitMix64 seeding algorithm
- xoshiro256
- Xoshiro256+ implementation