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
Age
Commit message (
Expand
)
Author
Lines
2013-11-11
Move std::rt::io to std::io
Alex Crichton
-4
/
+4
2013-11-11
Remove #[fixed_stack_segment] and #[rust_stack]
Alex Crichton
-3
/
+6
2013-11-03
Fill out the remaining functionality in io::file
Alex Crichton
-4
/
+4
2013-11-03
Remove all blocking std::os blocking functions
Alex Crichton
-3
/
+5
2013-11-01
auto merge of #10223 : huonw/rust/gamma, r=cmr
bors
-18
/
+234
2013-11-01
auto merge of #10213 : telotortium/rust/rand-fill_bytes-stack-overflow, r=huonw
bors
-1
/
+21
2013-11-01
std::rand: share the benchmark counter among the whole module tree.
Huon Wilson
-24
/
+21
2013-11-01
std::rand: Implement the Gamma distribution.
Huon Wilson
-0
/
+219
2013-11-01
std::rand: Move distributions to a subfolder.
Huon Wilson
-0
/
+0
2013-10-31
Fix infinite recursion in `fill_bytes()`
Robert Irelan
-1
/
+21
2013-10-31
std::rand: correct an off-by-one in the Ziggurat code.
Huon Wilson
-136
/
+3
2013-10-28
Remove the extension traits for Readers/Writers
Alex Crichton
-5
/
+4
2013-10-23
auto merge of #9810 : huonw/rust/rand3, r=alexcrichton
bors
-232
/
+823
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: simplify/safe-ify the default Rng.fill_bytes.
Huon Wilson
-45
/
+44
2013-10-23
std::rand: move Weighted to distributions.
Huon Wilson
-132
/
+207
2013-10-23
std::rand: lengthen the RNG benchmarks.
Huon Wilson
-8
/
+20
2013-10-23
std::rand: optimise & document ziggurat.
Huon Wilson
-8
/
+72
2013-10-23
std::rand: documentation & references.
Huon Wilson
-44
/
+100
2013-10-23
std::rand: add distributions::Range for generating [lo, hi).
Huon Wilson
-37
/
+272
2013-10-23
std::rand: full exponential & normal distributions
Huon Wilson
-20
/
+116
2013-10-23
std::rand: Add RandSample for Sample-ing Rand types directly.
Huon Wilson
-0
/
+35
2013-10-23
std::rand: add the Sample and IndependentSample traits.
Huon Wilson
-0
/
+18
2013-10-22
Drop the '2' suffix from logging macros
Alex Crichton
-7
/
+7
2013-10-17
std: Move size/align functions to std::mem. #2240
Brian Anderson
-2
/
+2
2013-10-15
use element count in slices, not size in bytes
Daniel Micay
-5
/
+9
2013-10-10
Fix usage of <float> in docs
Volker Mische
-1
/
+1
2013-10-09
option: rewrite the API to use composition
Daniel Micay
-1
/
+1
2013-10-09
std::rand: Minor clean-up of comments & add a missing default method.
Huon Wilson
-2
/
+5
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
/
+11
2013-10-09
std::rand::os: use the externfn! macro for the Windows RNG.
Huon Wilson
-22
/
+16
2013-10-09
std::rand::reseeding: seed the reseeder in the SeedableRng impl.
Huon Wilson
-12
/
+13
2013-10-09
std::rand::reader: describe cfg!(endianness).
Huon Wilson
-0
/
+4
2013-10-09
std::rand: Correct the implementation of Rand for f32 & f64.
Huon Wilson
-8
/
+29
2013-10-09
Documentation & address minor point.
Huon Wilson
-4
/
+8
2013-10-09
std::rand: remove `seed`.
Huon Wilson
-52
/
+42
2013-10-09
std::rand: adjust the f32 & f64 Rand instances.
Huon Wilson
-7
/
+8
2013-10-09
std::rand: documentation additions & fixes.
Huon Wilson
-9
/
+52
2013-10-09
std::rand: move the Rand impls into a separate file for neatness.
Huon Wilson
-167
/
+201
2013-10-09
std::rand: add & split some tests.
Huon Wilson
-7
/
+82
2013-10-09
std::rand: make the windows OSRng more correct, remove some C++.
Huon Wilson
-34
/
+49
2013-10-09
std::rand: improve the task_rng code.
Huon Wilson
-20
/
+134
2013-10-09
std::rand: Add a trait for seeding RNGs: SeedableRng.
Huon Wilson
-102
/
+221
2013-10-09
std::rand: Add ReseedingRng, which will reseed an RNG after it generates a ce...
Huon Wilson
-0
/
+129
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
/
+380
2013-10-09
std::rand: Add an implementation of ISAAC64.
Huon Wilson
-49
/
+280
2013-10-09
std::rand: move the Isaac implementation to its own file.
Huon Wilson
-184
/
+207
[next]