[][src]Module rand::rngs::os

Interface to the random number generator of the operating system.

Modules

imp
random_device

Structs

OsRng

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

Traits

OsRngImpl