std: move rand.rs to rand/mod.rs.

This commit is contained in:
Huon Wilson 2013-09-21 00:58:16 +10:00
parent 07167826d6
commit 884c1e112d
1 changed files with 0 additions and 1 deletions

View File

@ -59,7 +59,6 @@ use uint;
use vec;
use libc::size_t;
#[path="rand/distributions.rs"]
pub mod distributions;
/// A type that can be randomly generated using an Rng