Module std::rand::distributions::exponentialUnstable [-] [+] [src]

The exponential distribution.

Structs

Exp

The exponential distribution Exp(lambda).

Exp1

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