summary refs log tree commit diff
path: root/src/librand/distributions/normal.rs
AgeCommit message (Expand)AuthorLines
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-2/+2
2014-05-29std: Recreate a `rand` moduleAlex Crichton-10/+14
2014-05-11core: Remove the cast moduleAlex Crichton-1/+1
2014-04-11libtest: rename `BenchHarness` to `Bencher`Liigo Zhuang-4/+4
2014-04-03auto merge of #13237 : alexcrichton/rust/private-tuple-structs, r=brsonbors-1/+1
2014-04-01auto merge of #13115 : huonw/rust/rand-errors, r=alexcrichtonbors-1/+1
2014-04-01rand: bubble up IO messages futher.Huon Wilson-1/+1
2014-03-31Switch some tuple structs to pub fieldsAlex Crichton-1/+1
2014-03-31rand: Switch field privacy as necessaryAlex Crichton-3/+3
2014-03-12std: Move rand to librand.Huon Wilson-0/+206