Merge pull request #7 from nagisa/readme

Make version bound less strict
tree: 7be321ff0c7ce2310f40fd910dd7411699f1cb15
  1. derive_rand/
  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;