#random #numbers #generator

rand_xoshiro

Xoshiro, xoroshiro and splitmix64 random number generators

6 releases (breaking)

0.6.0 Dec 18, 2020
0.4.0 Sep 2, 2019
0.3.1 Aug 8, 2019
0.3.0 Jun 12, 2019
0.1.0 Jan 4, 2019

#393 in Algorithms

Download history 180976/week @ 2024-06-14 185294/week @ 2024-06-21 157749/week @ 2024-06-28 170599/week @ 2024-07-05 163973/week @ 2024-07-12 175630/week @ 2024-07-19 191794/week @ 2024-07-26 191897/week @ 2024-08-02 180927/week @ 2024-08-09 176958/week @ 2024-08-16 186763/week @ 2024-08-23 178870/week @ 2024-08-30 189294/week @ 2024-09-06 169155/week @ 2024-09-13 331706/week @ 2024-09-20 307704/week @ 2024-09-27

1,034,789 downloads per month
Used in 2,600 crates (191 directly)

MIT/Apache

79KB
1.5K SLoC

rand_xoshiro

Build Status Build Status Latest version Book API API Minimum rustc version

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 serde1 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