[][src]Crate rand_os

Interface to the random number generator of the operating system.

Re-exports

pub use rand_core;

Structs

OsRng

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