This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
rust
/
src
/
libstd
/
rand
/
distributions
History
Huon Wilson
705b705ba5
std::rand: implement the student t distribution.
2013-12-08 22:12:58 +11:00
..
exponential.rs
std::rand: move normal and exponential to their own file.
2013-12-07 22:20:43 +11:00
gamma.rs
std::rand: implement the student t distribution.
2013-12-08 22:12:58 +11:00
mod.rs
std::rand: implement the student t distribution.
2013-12-08 22:12:58 +11:00
normal.rs
std::rand: implement the log-normal distribution.
2013-12-07 22:39:08 +11:00
range.rs
std::rand: move TaskRng off @mut.
2013-11-22 16:47:01 +11:00
ziggurat_tables.rs
…