about summary refs log tree commit diff
path: root/library/std/src/sys/random/unix_legacy.rs
AgeCommit message (Collapse)AuthorLines
2024-09-23std: switch to faster random sources on macOS and most BSDsjoboet-2/+2
2024-09-23std: implement the `random` featurejoboet-0/+20
Implements the ACP https://github.com/rust-lang/libs-team/issues/393.