Created
August 10, 2015 06:56
-
-
Save anonymous/a6e76c188620817723dd to your computer and use it in GitHub Desktop.
Shared via Rust Playground
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#![feature(rand)] | |
fn main() { | |
extern crate rand; | |
let rng = rand::chacha::ChaChaRng::new_unseeded(); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment