A Rust library for distributions of random numbers. This builds on top of the random number generators provided by rand
.
Add this to your Cargo.toml
:
toml
[dependencies]
distributions = "0.3"
and this to your crate root:
rust
extern crate distributions;