Add usage docs in-crate
1 file changed
tree: 952195f3039f152bef260fe2a2554b62d5432f30
  1. rand_macros/
  2. src/
  3. tests/
  4. .gitignore
  5. .travis.yml
  6. appveyor.yml
  7. Cargo.toml
  8. LICENSE-APACHE
  9. LICENSE-MIT
  10. README.md
README.md

rand

A Rust library for random number generators and other randomness functionality.

Build Status Build status

Documentation

Usage

Add this to your Cargo.toml:

[dependencies]
rand = "0.3"

and this to your crate root:

extern crate rand;