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
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2015-01-17
Register new snapshots.
Eduard Burtescu
-2
/
+2
2015-01-12
Add note about TLS lookups in random()
Steve Klabnik
-1
/
+26
2015-01-08
Improvements to feature staging
Brian Anderson
-1
/
+1
2015-01-07
Test fixes and rebase conflicts
Alex Crichton
-1
/
+1
2015-01-08
Rename `target_word_size` to `target_pointer_width`
Nick Cameron
-2
/
+2
2015-01-06
More test fixes
Alex Crichton
-1
/
+1
2015-01-06
core: split into fmt::Show and fmt::String
Sean McArthur
-2
/
+2
2015-01-05
More test fixes!
Alex Crichton
-2
/
+2
2015-01-05
Implement Clone for PRNGs
Simonas Kazlauskas
-1
/
+2
2015-01-03
Remove deprecated functionality
Alex Crichton
-2
/
+2
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-1
/
+1
2015-01-03
std: fix fallout
Jorge Aparicio
-1
/
+1
2015-01-02
std: Stabilize the prelude module
Alex Crichton
-2
/
+2
2015-01-02
More fallout
Nick Cameron
-1
/
+1
2014-12-28
Rename TaskRng to ThreadRng
Simonas Kazlauskas
-44
/
+44
2014-12-20
Fix small typos in std::rand documentation
Jake Goulding
-2
/
+2
2014-12-19
libstd: use `#[deriving(Copy)]`
Jorge Aparicio
-3
/
+1
2014-12-18
librustc: Always parse `macro!()`/`macro![]` as expressions if not
Patrick Walton
-1
/
+1
2014-12-09
rollup merge of #19614: steveklabnik/gh19599
Alex Crichton
-1
/
+1
2014-12-08
librustc: Make `Copy` opt-in.
Niko Matsakis
-1
/
+6
2014-12-08
auto merge of #19378 : japaric/rust/no-as-slice, r=alexcrichton
bors
-3
/
+3
2014-12-07
remove usage of notrust from the docs
Steve Klabnik
-1
/
+1
2014-12-06
libstd: remove unnecessary `as_slice()` calls
Jorge Aparicio
-3
/
+3
2014-12-05
Utilize fewer reexports
Corey Farwell
-1
/
+1
2014-11-25
Fallout from stabilization
Aaron Turon
-1
/
+1
2014-11-23
std: Add a new top-level thread_local module
Alex Crichton
-19
/
+12
2014-11-17
Fix fallout from coercion removal
Nick Cameron
-6
/
+6
2014-11-06
std::rand::OsRng: Use `getrandom` syscall on Linux
klutzy
-2
/
+6
2014-10-30
collections: Enable IndexMut for some collections
Alex Crichton
-1
/
+1
2014-10-29
Rename fail! to panic!
Steve Klabnik
-6
/
+6
2014-09-30
Include ChaCha pseudorandom generator
Samuel Neves
-1
/
+1
2014-09-16
Fallout from renaming
Aaron Turon
-1
/
+1
2014-08-26
Use temp vars for implicit coercion to ^[T]
Nick Cameron
-3
/
+6
2014-08-21
auto merge of #16362 : nham/rust/std_rand_pi_example, r=huonw
bors
-0
/
+43
2014-08-21
Use unicode pi symbol in pi estimation example. Additional tweaks
nham
-7
/
+7
2014-08-21
Surround formula in a 'notrust' code block
nham
-0
/
+2
2014-08-18
libsyntax: Remove the `use foo = bar` syntax from the language in favor
Patrick Walton
-2
/
+2
2014-08-08
Remove the dist function; it is more efficient to compare squared distances
nham
-5
/
+1
2014-08-08
Add example of estimating pi using Monte Carlo simulation to std::rand
nham
-0
/
+45
2014-07-28
doc: use //! instead of /*! ... */ in std::rand
Jonas Hietala
-167
/
+163
2014-07-28
doc: More efficient Monty Hall simulation
Jonas Hietala
-8
/
+8
2014-07-28
doc: Monty Hall simulation for std::rand
Jonas Hietala
-0
/
+103
2014-07-18
Improve documentation for rand::random
Steve Klabnik
-9
/
+14
2014-06-30
libstd: set baseline stability levels.
Aaron Turon
-0
/
+2
2014-06-29
rand: Small fix in parameter name
Piotr Jawniak
-5
/
+5
2014-06-24
librustc: Remove the fallback to `int` from typechecking.
Niko Matsakis
-14
/
+14
2014-06-10
Fix unclear wording of comment
theptrk
-1
/
+1
2014-06-06
Rename Iterator::len to count
Aaron Turon
-6
/
+6
2014-05-30
Rename OSRng to OsRng
Piotr Jawniak
-8
/
+8
2014-05-29
std: Recreate a `rand` module
Alex Crichton
-0
/
+525
[next]