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
/
sys
/
unix
/
rand.rs
Age
Commit message (
Expand
)
Author
Lines
2020-07-27
mv std libs to library/
mark
-230
/
+0
2020-03-21
Use getentropy(2) on macos
hatoo
-0
/
+37
2019-11-29
Format libstd/sys with rustfmt
David Tolnay
-30
/
+33
2019-11-04
Use any() in code shared between FreeBSD and NetBSD
nia
-1
/
+1
2019-11-04
Use KERN_ARND syscall for random numbers on NetBSD, same as FreeBSD.
nia
-1
/
+2
2019-10-22
Apply clippy::needless_return suggestions
Mateusz MikuĊa
-1
/
+1
2019-08-06
redox: convert to target_family unix
Jeremy Soller
-1
/
+14
2019-05-01
Fall back to `/dev/urandom` on `EPERM` for `getrandom`
Tobias Bucher
-1
/
+6
2019-04-16
Add a comment explaining why SecRandomCopyBytes is not used on MacOS
Ed Barnard
-0
/
+7
2019-02-28
libstd => 2018
Taiki Endo
-14
/
+10
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-09-02
Fix an endless loop when `getrandom` is not available
Tobias Bucher
-0
/
+1
2018-08-29
Don't leak the file descriptor in `rand`
Tobias Bucher
-44
/
+11
2018-08-26
Reduce number of syscalls in `rand`
Tobias Bucher
-39
/
+57
2018-06-27
[fuchsia] Update zx_cprng_draw to target semantics
Adam Barth
-26
/
+2
2018-06-19
Update zx_cprng_draw_new on Fuchsia
Adam Barth
-4
/
+3
2017-11-09
Use getrandom syscall for all Linux and Android targets.
Marco A L Barbosa
-50
/
+5
2017-11-08
std: Remove `rand` crate and module
Alex Crichton
-215
/
+74
2017-10-31
Fix NR_GETRANDOM for linux x32
Marco A L Barbosa
-1
/
+3
2017-09-24
The Magenta kernel is now called Zircon.
P.Y. Laligand
-4
/
+4
2017-08-01
Fixed all unnecessary muts in language core
Isaac van Bakel
-2
/
+2
2017-02-06
std: Remove cfg(cargobuild) annotations
Alex Crichton
-4
/
+0
2016-11-04
std: Track change to cprng syscall signature (Fuchsia)
Raph Levien
-8
/
+20
2016-10-24
Add support for kernel randomness for Fuchsia
Raph Levien
-1
/
+53
2016-10-08
Use less `size_t` casts in libstd since it's now defined as `usize`
Tobias Bucher
-3
/
+3
2016-09-09
Add s390x support
Ulrich Weigand
-4
/
+10
2016-08-21
Use the kernel arc4rand for FreeBSD OsRng.
Aaron Gallagher
-1
/
+52
2016-08-21
Reduce duplication in std::sys::unix::rand.
Aaron Gallagher
-29
/
+25
2016-04-20
rand: add comments about getrandom() fallback
Doug Goldstein
-0
/
+8
2016-04-19
rand: don't block before random pool is initialized
Doug Goldstein
-1
/
+8
2016-03-22
try! -> ?
Jorge Aparicio
-1
/
+1
2016-02-17
std: restructure rand os code into sys modules
Sean McArthur
-0
/
+273