Bump to 0.3.7 for Copy/Clone changes
7 files changed
tree: b08e8af2e03e75e8a4949eaaeefd34eeaf331879
  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.3"

and this to your crate root:

extern crate rand;