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

🔬 This is a nightly-only experimental API. (rand)

use rand from crates.io

The exponential distribution.

Structs

Exp [
Experimental
]

The exponential distribution Exp(lambda).

Exp1 [
Experimental
]

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