Merge pull request #10 from nagisa/blackbox

Put benchmarks into a black box
tree: 4b4a55a8dad72a351ab2a8e1d66aa92026fb8c3f
  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;