Merge pull request #4 from nagisa/purge-ints

Cleanup int and uint
tree: a85a71e28b1e9c611e31b454d5cce6db71b17a63
  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;