abrasion/third_party/cargo/vendor/rdrand-0.4.0
q3k ac8a8b0f5a vendor all the shit. 2020-01-19 00:27:25 +01:00
..
benches vendor all the shit. 2020-01-19 00:27:25 +01:00
src vendor all the shit. 2020-01-19 00:27:25 +01:00
.cargo-checksum.json vendor all the shit. 2020-01-19 00:27:25 +01:00
BUILD vendor all the shit. 2020-01-19 00:27:25 +01:00
Cargo.toml vendor all the shit. 2020-01-19 00:27:25 +01:00
LICENSE vendor all the shit. 2020-01-19 00:27:25 +01:00
README.mkd vendor all the shit. 2020-01-19 00:27:25 +01:00
appveyor.yml vendor all the shit. 2020-01-19 00:27:25 +01:00

README.mkd

An implementation of random number generators based on rdrand and rdseed instructions.

The random number generators provided by this crate are fairly slow (the latency for these instructions is pretty high), but provide high quality random bits. Caveat is: neither AMDs nor Intels designs are public and therefore are not verifiable for lack of backdoors.

Unless you know what you are doing, use the random number generators provided by the rand crate (such as EntropyRng) instead.