huonw / rand

Home Page:http://doc.rust-lang.org/rand

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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;

About

http://doc.rust-lang.org/rand

License:Apache License 2.0


Languages

Language:Rust 100.0%