Module sgx_rand::distributions::exponential[][src]

The exponential distribution.

Structs

Exp

The exponential distribution Exp(lambda).

Exp1

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