Crates.io | rand-distributions |
lib.rs | rand-distributions |
version | 0.1.2 |
source | src |
created_at | 2015-10-31 05:33:54.955293 |
updated_at | 2015-12-11 23:55:29.371301 |
description | Random number distributions for use with `rand`. |
homepage | https://github.com/GrahamDennis/distributions-rs |
repository | https://github.com/GrahamDennis/distributions-rs |
max_upload_size | |
id | 3341 |
size | 32,954 |
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
:
[dependencies]
distributions = "0.3"
and this to your crate root:
extern crate distributions;