tree: 91b642d74449324857e95347750311d796d65459 [path history] [tgz]
  1. src/
  2. tests/
  3. .cargo-checksum.json
  4. .cargo_vcs_info.json
  5. BUILD.bazel
  6. Cargo.toml
  7. Cargo.toml.orig
  8. CHANGELOG.md
  9. COPYRIGHT
  10. LICENSE-APACHE
  11. LICENSE-MIT
  12. README.md
third_party/rust_crates/vendor/rand_os-0.1.3/README.md

rand_os

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

A random number generator that retrieves randomness straight from the operating system.

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

This crate aims to support all of Rust's std platforms with a system-provided entropy source. Unlike other Rand crates, this crate does not support no_std (handling this gracefully is a current discussion topic).

Links:

License

rand_os 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.