#random #generator #numbers

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

#11 in Algorithms

Download history 190362/week @ 2024-11-22 203495/week @ 2024-11-29 210137/week @ 2024-12-06 191483/week @ 2024-12-13 112858/week @ 2024-12-20 107002/week @ 2024-12-27 195825/week @ 2025-01-03 234211/week @ 2025-01-10 233210/week @ 2025-01-17 243583/week @ 2025-01-24 286597/week @ 2025-01-31 360153/week @ 2025-02-07 355318/week @ 2025-02-14 407347/week @ 2025-02-21 442457/week @ 2025-02-28 362780/week @ 2025-03-07

1,647,123 downloads per month
Used in 2,881 crates (210 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

~215KB