rand

A Rust library for random number generators and other randomness functionality.

Build Status

Documentation

Usage

Add this to your Cargo.toml:

toml [dependencies] rand = "0.1"

and this to your crate root:

rust extern crate rand;