9420df9149f4a4bdb56c022b6861c95662bbafdb
per https://github.com/rust-random/getrandom/pull/6#discussion_r253737722
Rand
A Rust library to securely get random entropy. This crate derives its name from
Linux's getrandom function, but is cross platform, roughly supporting the same
set of platforms as Rust's std lib.
Usage
Add this to your Cargo.toml:
[dependencies]
getrandom = "0.1"
TODO
License
The getrandom library 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.
Description
A small cross-platform library for retrieving random data from (operating) system source
(fork from https://github.com/rust-random/getrandom)