struct Exponential<F> { ... }

Exponential distribution over the positive real numbers.

This distribution is parameterized by a rate parameter lambda. The rate parameter is the inverse of the mean of the distribution.

Example

Methods

impl Exponential<F> { ... }

Mixins

impl Exponential<F> { ... }