rand
A Rust library for random number generators and other randomness functionality.
Usage
Add this to your Cargo.toml:
[dependencies]
rand = "0.3"and this to your crate root:
extern crate rand;GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign up| Type | Name | Latest commit message | Commit time |
|---|---|---|---|
| Failed to load latest commit information. | |||
|
|
dists | ||
|
|
rand_macros | ||
|
|
src | ||
|
|
tests | ||
|
|
.gitignore | ||
|
|
.travis.yml | ||
|
|
Cargo.toml | ||
|
|
LICENSE-APACHE | ||
|
|
LICENSE-MIT | ||
|
|
README.md | ||
|
|
appveyor.yml | ||
A Rust library for random number generators and other randomness functionality.
Add this to your Cargo.toml:
[dependencies]
rand = "0.3"and this to your crate root:
extern crate rand;