Module rusty_machine::stats::dist::exponential [] [src]

Exponential distribution module.

Contains extension methods for the Exp struct found in the rand crate. This is provided through traits added within the containing stats module.

Structs

Exponential

An Exponential random variable.