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;| Name | Name | Last commit date | ||
|---|---|---|---|---|
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;