Skip to content

Instantly share code, notes, and snippets.

Created August 10, 2015 06:56
Show Gist options
  • Save anonymous/a6e76c188620817723dd to your computer and use it in GitHub Desktop.
Save anonymous/a6e76c188620817723dd to your computer and use it in GitHub Desktop.
Shared via Rust Playground
#![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