about summary refs log tree commit diff
path: root/src/libstd/rand/rand_impls.rs
AgeCommit message (Expand)AuthorLines
2013-10-09std::rand: Make Rng.next_u32 non-default, waiting for #7771.Huon Wilson-0/+3
2013-10-09std::rand: Correct the implementation of Rand for f32 & f64.Huon Wilson-8/+29
2013-10-09std::rand: adjust the f32 & f64 Rand instances.Huon Wilson-7/+8
2013-10-09std::rand: move the Rand impls into a separate file for neatness.Huon Wilson-0/+199