tree: 88804385e088cb68654d18b73828a55432f8a7c4 [path history] [tgz]
  1. src/
  2. Cargo.toml
  3. CHANGELOG.md
  4. LICENSE-APACHE
  5. LICENSE-MIT
  6. README.md
rand_xoshiro/README.md

rand_xoshiro

Build Status Build Status Latest version Documentation Minimum rustc version License

Rust implementation of the xoshiro, xoroshiro and splitmix64 random number generators.

This crate depends on rand_core and is part of the Rand project.

Documentation: master branch, by release

Changelog

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.