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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstd
/
rand
/
isaac.rs
Age
Commit message (
Expand
)
Author
Lines
2014-01-30
Remove Times trait
Brendan Zabarauskas
-2
/
+1
2014-01-07
stdtest: Fix all leaked trait imports
Alex Crichton
-2
/
+1
2014-01-07
std: Fill in all missing imports
Alex Crichton
-1
/
+2
2013-12-15
std::vec: convert to(_mut)_ptr to as_... methods on &[] and &mut [].
Huon Wilson
-2
/
+2
2013-12-15
std::vec: move pointless `raw::get` and `unsafe_get` functions.
Huon Wilson
-4
/
+4
2013-12-11
Make 'self lifetime illegal.
Erik Price
-6
/
+6
2013-11-26
libstd: Remove all non-`proc` uses of `do` from libstd
Patrick Walton
-5
/
+5
2013-10-23
auto merge of #9810 : huonw/rust/rand3, r=alexcrichton
bors
-7
/
+17
2013-10-23
std::rand: seed ISAAC with no transmutes.
Huon Wilson
-7
/
+16
2013-10-23
std::rand: use "nothing up your sleeve numbers" for ISAAC tests.
Huon Wilson
-18
/
+18
2013-10-23
std::rand: documentation & references.
Huon Wilson
-7
/
+17
2013-10-09
std::rand: Make Rng.next_u32 non-default, waiting for #7771.
Huon Wilson
-0
/
+6
2013-10-09
std::rand: remove `seed`.
Huon Wilson
-36
/
+40
2013-10-09
std::rand: add & split some tests.
Huon Wilson
-6
/
+31
2013-10-09
std::rand: Add a trait for seeding RNGs: SeedableRng.
Huon Wilson
-80
/
+133
2013-10-09
std::rand: Add an implementation of ISAAC64.
Huon Wilson
-1
/
+232
2013-10-09
std::rand: move the Isaac implementation to its own file.
Huon Wilson
-0
/
+198