about summary refs log tree commit diff
path: root/src/libstd/rand/rand_impls.rs
AgeCommit message (Expand)AuthorLines
2014-01-25Uppercase numeric constantsChris Wong-3/+3
2014-01-07stdtest: Fix all leaked trait importsAlex Crichton-2/+1
2014-01-04Don't allow newtype structs to be dereferenced. #6246Brian Anderson-6/+8
2013-12-20std: silence warnings when compiling test.Huon Wilson-0/+3
2013-11-18std::rand: wrappers for floats from [0,1] and (0,1).Huon Wilson-23/+73
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