1
Fork 0

Update users for the std::rand -> librand move.

This commit is contained in:
Huon Wilson 2014-03-02 11:33:24 +11:00
parent 15e2898462
commit 198caa87cd
70 changed files with 131 additions and 64 deletions

View file

@ -12,6 +12,7 @@
#[feature(struct_variant)];
extern crate extra;
extern crate rand;
struct Error;