Add travis (the doc key is incorrect).
1 file changed
tree: 41bcd8c3d861f727feb8579e1602d28fee06b61a
  1. src/
  2. .gitignore
  3. .travis.yml
  4. Cargo.toml
  5. LICENSE-APACHE
  6. LICENSE-MIT
  7. 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.0"

and this to your crate root:

extern crate rand;