Skip to content

Instantly share code, notes, and snippets.

@jesrui
jesrui / main.rs
Created April 21, 2016 20:33 — forked from jorendorff/main.rs
randspeed/src/main.rs
#![feature(test)]
/*
* main.rs - Clueless random number generation benchmark
*/
extern crate rand;
extern crate test;
use rand::{random, thread_rng, XorShiftRng, Isaac64Rng, StdRng, Rng};