#rng #numbers #distributions

bin+lib rand-distributions

Random number distributions for use with rand

1 unstable release

Uses old Rust 2015

0.1.2 Oct 31, 2015

#16 in #distributions

MIT/Apache

21KB
622 lines

distributions

A Rust library for distributions of random numbers. This builds on top of the random number generators provided by rand.

Build Status

Documentation

Usage

Add this to your Cargo.toml:

[dependencies]
distributions = "0.3"

and this to your crate root:

extern crate distributions;

Dependencies

~490–790KB
~11K SLoC