index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstd
/
rand
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2013-10-09
std::rand: remove seed_task_rng and RUST_SEED.
Huon Wilson
-76
/
+9
2013-10-09
std::rand: Make Rng.next_u32 non-default, waiting for #7771.
Huon Wilson
-6
/
+2
2013-10-09
std::rand::reseeding: seed the reseeder in the SeedableRng impl.
Huon Wilson
-2
/
+1
2013-10-09
Documentation & address minor point.
Huon Wilson
-4
/
+8
2013-10-09
std::rand: remove `seed`.
Huon Wilson
-16
/
+2
2013-10-09
std::rand: documentation additions & fixes.
Huon Wilson
-7
/
+23
2013-10-09
std::rand: move the Rand impls into a separate file for neatness.
Huon Wilson
-167
/
+2
2013-10-09
std::rand: add & split some tests.
Huon Wilson
-0
/
+20
2013-10-09
std::rand: improve the task_rng code.
Huon Wilson
-19
/
+116
2013-10-09
std::rand: Add a trait for seeding RNGs: SeedableRng.
Huon Wilson
-21
/
+85
2013-10-09
std::rand: Add ReseedingRng, which will reseed an RNG after it generates a ce...
Huon Wilson
-0
/
+1
2013-10-09
std::rand: add the StdRng wrapper for a blessed RNG.
Huon Wilson
-7
/
+54
2013-10-09
std::rand: Add OSRng, ReaderRng wrappers around the OS RNG & generic Readers ...
Huon Wilson
-29
/
+93
2013-10-09
std::rand: Add an implementation of ISAAC64.
Huon Wilson
-48
/
+48
2013-10-09
std::rand: move the Isaac implementation to its own file.
Huon Wilson
-184
/
+9
2013-10-05
auto merge of #9250 : erickt/rust/num, r=erickt
bors
-2
/
+2
2013-10-04
fix some examples in std::rand::Rng
flo-l
-6
/
+14
2013-10-02
std: Replace num::IntConvertible with {To,From}Primitive
Erick Tryzelaar
-2
/
+2
2013-10-02
auto merge of #9665 : alexcrichton/rust/snapshot, r=brson
bors
-1
/
+1
2013-10-01
Migrate users of 'loop' to 'continue'
Alex Crichton
-1
/
+1
2013-10-01
remove the `float` type
Daniel Micay
-14
/
+7
2013-09-30
std: Remove usage of fmt!
Alex Crichton
-5
/
+5
2013-09-26
Update the compiler to not use printf/printfln
Alex Crichton
-18
/
+18
2013-09-25
rustdoc: Change all code-blocks with a script
Alex Crichton
-28
/
+28
2013-09-23
Remove the C(++) ISAAC Rng from the old rt.
Huon Wilson
-43
/
+2
2013-09-23
std: merge rand::{Rng,RngUtil} with default methods.
Huon Wilson
-349
/
+272
2013-09-22
std: move rand.rs to rand/mod.rs.
Huon Wilson
-0
/
+1224
[prev]