Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 537 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 537 Bytes

rand

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

Build Status Build status

Documentation

Usage

Add this to your Cargo.toml:

[dependencies]
rand = "0.3"

and this to your crate root:

extern crate rand;