about summary refs log tree commit diff
path: root/src/libstd/rand/mod.rs
AgeCommit message (Expand)AuthorLines
2013-10-02std: Replace num::IntConvertible with {To,From}PrimitiveErick Tryzelaar-2/+2
2013-10-02auto merge of #9665 : alexcrichton/rust/snapshot, r=brsonbors-1/+1
2013-10-01Migrate users of 'loop' to 'continue'Alex Crichton-1/+1
2013-10-01remove the `float` typeDaniel Micay-14/+7
2013-09-30std: Remove usage of fmt!Alex Crichton-5/+5
2013-09-26Update the compiler to not use printf/printflnAlex Crichton-18/+18
2013-09-25rustdoc: Change all code-blocks with a scriptAlex Crichton-28/+28
2013-09-23Remove the C(++) ISAAC Rng from the old rt.Huon Wilson-43/+2
2013-09-23std: merge rand::{Rng,RngUtil} with default methods.Huon Wilson-349/+272
2013-09-22std: move rand.rs to rand/mod.rs.Huon Wilson-0/+1224