about summary refs log tree commit diff
path: root/src/libstd/sys/unix/rand.rs
AgeCommit message (Expand)AuthorLines
2017-02-06std: Remove cfg(cargobuild) annotationsAlex Crichton-4/+0
2016-11-04std: Track change to cprng syscall signature (Fuchsia)Raph Levien-8/+20
2016-10-24Add support for kernel randomness for FuchsiaRaph Levien-1/+53
2016-10-08Use less `size_t` casts in libstd since it's now defined as `usize`Tobias Bucher-3/+3
2016-09-09Add s390x supportUlrich Weigand-4/+10
2016-08-21Use the kernel arc4rand for FreeBSD OsRng.Aaron Gallagher-1/+52
2016-08-21Reduce duplication in std::sys::unix::rand.Aaron Gallagher-29/+25
2016-04-20rand: add comments about getrandom() fallbackDoug Goldstein-0/+8
2016-04-19rand: don't block before random pool is initializedDoug Goldstein-1/+8
2016-03-22try! -> ?Jorge Aparicio-1/+1
2016-02-17std: restructure rand os code into sys modulesSean McArthur-0/+273