tree: 39796d6c1672b3d79b1b09b93ca9451c965b541c [path history] [tgz]
  1. src/
  2. tests/
  3. Cargo.toml
  4. CHANGELOG.md
  5. COPYRIGHT
  6. LICENSE-APACHE
  7. LICENSE-MIT
  8. README.md
rand_xoshiro/README.md

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.