random 0.10.0

The package provides sources of randomness.
Documentation

Random Version Status

The packages provides sources of randomness.

Documentation

Example

use random::Source;

let mut source = random::default().seed([42, 69]);

let one = source.read::<f64>();
let two = source.iter().take(2).collect::<Vec<f64>>();

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.