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;
S
Description
A Rust library for random number generation. (fork from https://github.com/rust-random/rand)
Readme 5.6 MiB
Languages
Rust 99.5%
Python 0.5%