Module std::rand::distributions::exponential [] [src]

Unstable (rand)

: use rand from crates.io

The exponential distribution.

Structs

Exp [Unstable]

The exponential distribution Exp(lambda).

Exp1 [Unstable]

A wrapper around an f64 to generate Exp(1) random numbers.