Bump to 0.1.2.
1 file changed
tree: e312c0d2517738ab7d8d219099ee5ef6b01e43fd
  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;