Auto merge of #21892 - huonw:deprecate-rand, r=alexcrichton

Use [`rand`](https://crates.io/crates/rand) and [`derive_rand`](https://crates.io/crates/derive_rand) from crates.io.

[breaking-change]
This commit is contained in:
bors
2015-02-04 08:47:27 +00:00
21 changed files with 26 additions and 100 deletions

View File

@@ -12,6 +12,7 @@
#![feature(int_uint)]
#![feature(unboxed_closures)]
#![feature(unsafe_destructor, slicing_syntax)]
#![allow(deprecated)] // rand
extern crate core;
extern crate test;