probability 0.12.5

The package provides a probability-theory toolbox.
Documentation

Probability Version Status

The package provides a probability-theory toolbox.

Documentation

Example

use probability::prelude::*;

let mut source = random::default();
let uniform = Uniform::new(0.0, 1.0);
let samples = Independent(&uniform, &mut source).take(10).collect::<Vec<_>>();

Contribution

Your contribution is highly appreciated. Do not hesitate to open an issue or a pull request. Note that any contribution submitted for inclusion in the project will be licensed according to the terms given in LICENSE.md.