about summary refs log tree commit diff
path: root/src/libstd/sys/unix/rand.rs
AgeCommit message (Expand)AuthorLines
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