Crate rand_os

Source
👎Deprecated since 0.2.2: OsRng is now provided by rand_core and rand
Expand description

Interface to the random number generator of the operating system.

Re-exports§

pub use rand_core;

Structs§

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