Module rand::os[][src]

Interfaces to the operating system provided random number generators.

Re-exports

use std::io;
use std::mem;
use std::fmt;
use Rng;

Modules

imp

Structs

OsRng

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

Functions

next_u32
next_u64