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

The exponential distribution.

Structs

Exp

The exponential distribution Exp(lambda).

Exp1

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