#random #numbers #generator

rand_xoshiro

Xoshiro, xoroshiro and splitmix64 random number generators

7 releases (breaking)

0.7.0 Jan 27, 2025
0.6.0 Dec 18, 2020
0.4.0 Sep 2, 2019
0.3.1 Aug 8, 2019
0.1.0 Jan 4, 2019

#10 in Algorithms

Download history 266421/week @ 2024-10-22 210112/week @ 2024-10-29 191429/week @ 2024-11-05 190437/week @ 2024-11-12 206890/week @ 2024-11-19 180213/week @ 2024-11-26 215137/week @ 2024-12-03 203564/week @ 2024-12-10 175101/week @ 2024-12-17 93425/week @ 2024-12-24 131739/week @ 2024-12-31 222988/week @ 2025-01-07 235726/week @ 2025-01-14 233939/week @ 2025-01-21 257127/week @ 2025-01-28 252305/week @ 2025-02-04

1,016,751 downloads per month
Used in 2,851 crates (206 directly)

MIT/Apache

83KB
1.5K SLoC

rand_xoshiro

Test Status Latest version Book API API

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

~1MB
~14K SLoC