about summary refs log tree commit diff
path: root/library/std/src/sys/random/mod.rs
AgeCommit message (Expand)AuthorLines
2025-09-24std: add support for armv7a-vex-v5 targetTropical-0/+2
2025-08-28std: Start supporting WASIp2 nativelyAlex Crichton-3/+8
2025-08-16library: Migrate from `cfg_if` to `cfg_select`Josh Triplett-24/+44
2025-07-11std: move NuttX to use arc4random for random number generationHuang Qi-1/+1
2025-03-17Rollup merge of #137621 - Berrysoft:cygwin-std, r=joboetJacob Pratt-4/+4
2025-03-10Apply rustc-0023-Add-Trusty-OS-support-to-Rust-std.patchNicole LeGare-0/+3
2025-03-10Unify cygwin & horizon random impl王宇逸-7/+4
2025-03-10Impl cygwin rand with getrandom王宇逸-2/+4
2025-03-10Fix building for cygwin王宇逸-1/+2
2024-10-22AIX use /dev/urandom for implHenry Jiang-0/+1
2024-10-18Add entropy source for RTEMSJan Sommer-0/+1
2024-09-24Initial std library support for NuttXHuang Qi-0/+1
2024-09-23std: switch to faster random sources on macOS and most BSDsjoboet-17/+14
2024-09-23std: implement the `random` featurejoboet-0/+98