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
/
distributions
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2014-01-07
stdtest: Fix all leaked trait imports
Alex Crichton
-1
/
+1
2014-01-07
std: Fill in all missing imports
Alex Crichton
-1
/
+4
2014-01-04
Don't allow newtype structs to be dereferenced. #6246
Brian Anderson
-2
/
+3
2013-12-26
std::rand: remove the `fn main()` from the examples.
Huon Wilson
-9
/
+7
2013-12-23
std: Fix all code examples
Alex Crichton
-2
/
+2
2013-12-15
std: fix spelling in docs.
Huon Wilson
-3
/
+3
2013-12-08
std::rand: implement the student t distribution.
Huon Wilson
-1
/
+1
2013-12-08
std::rand: implement the F distribution.
Huon Wilson
-1
/
+1
2013-12-08
std::rand: implement the chi-squared distribution.
Huon Wilson
-1
/
+1
2013-12-07
std::rand: implement the log-normal distribution.
Huon Wilson
-1
/
+1
2013-12-07
std::rand: move normal and exponential to their own file.
Huon Wilson
-243
/
+5
2013-11-26
test: Remove non-procedure uses of `do` from compiletest, libstd tests,
Patrick Walton
-4
/
+4
2013-11-26
librustc: Remove remaining uses of `&fn()` in favor of `||`.
Patrick Walton
-6
/
+8
2013-11-22
std::rand: move TaskRng off @mut.
Huon Wilson
-8
/
+8
2013-11-18
std::rand: wrappers for floats from [0,1] and (0,1).
Huon Wilson
-4
/
+6
2013-11-01
std::rand: share the benchmark counter among the whole module tree.
Huon Wilson
-7
/
+5
2013-11-01
std::rand: Implement the Gamma distribution.
Huon Wilson
-0
/
+2
2013-11-01
std::rand: Move distributions to a subfolder.
Huon Wilson
-0
/
+589