1 unstable release
Uses old Rust 2015
0.1.2 | Oct 31, 2015 |
---|
#13 in #distributions
21KB
622 lines
distributions
A Rust library for distributions of random numbers. This builds on top of the random number generators provided by rand
.
Usage
Add this to your Cargo.toml
:
[dependencies]
distributions = "0.3"
and this to your crate root:
extern crate distributions;
Dependencies
~500–800KB
~11K SLoC