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

The exponential distribution.

Structs

Exp

The exponential distribution Exp(lambda).

Exp1

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