b5dc36c3ed7447ad6564562676f8a3784bcc608a
rand
A Rust library for random number generators and other randomness functionality.
Usage
Add this to your Cargo.toml:
[dependencies]
rand = "0.1.0"
and this to your crate root:
extern crate rand;
Description
A Rust library for random number generation.
(fork from https://github.com/rust-random/rand)
Languages
Rust
99.5%
Python
0.5%