10 releases (6 breaking)
Uses new Rust 2024
| 0.8.1 | May 16, 2026 |
|---|---|
| 0.8.0 | Feb 2, 2026 |
| 0.8.0-rc.0 | Nov 10, 2025 |
| 0.7.0 | Jan 27, 2025 |
| 0.1.0 | Jan 4, 2019 |
#23 in #rng
7,341,225 downloads per month
Used in 4,582 crates
(296 directly)
95KB
2K
SLoC
rand_xoshiro
Rust implementation of the xoshiro, xoroshiro and splitmix64 random number generators.
This crate depends on rand_core and is part of the Rand project.
Links:
Crate Features
rand_xoshiro is no_std compatible by default.
The serde feature includes implementations of Serialize and Deserialize for the included RNGs.
License
rand_xoshiro is distributed under the terms of both the MIT license and the
Apache License (Version 2.0).
See LICENSE-APACHE and LICENSE-MIT, and COPYRIGHT for details.
Dependencies
~175KB