[][src]Crate rand_os

Deprecated since 0.2.2:

OsRng is now provided by rand_core and rand

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.