logo

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

Expand description

The exponential distribution.

Structs

The exponential distribution Exp(lambda).

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