Merge pull request #16 from bobakker/master

Update to rust master
tree: 921ff36ff171eda40abab603116d9e5b3261977a
  1. rand_macros/
  2. src/
  3. tests/
  4. .gitignore
  5. .travis.yml
  6. Cargo.toml
  7. LICENSE-APACHE
  8. LICENSE-MIT
  9. README.md
README.md

rand

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

Build Status

Documentation

Usage

Add this to your Cargo.toml:

[dependencies]
rand = "0.1"

and this to your crate root:

extern crate rand;