about summary refs log tree commit diff
path: root/library/std/src/sys/random/uefi.rs
AgeCommit message (Expand)AuthorLines
2025-08-16library: Migrate from `cfg_if` to `cfg_select`Josh Triplett-3/+4
2025-07-27Remove `[T]::array_chunks(_mut)`Scott McMurray-3/+2
2025-06-06std: sys: random: uefi: Provide rdrand based fallbackAyush Singh-19/+150
2024-09-23std: implement the `random` featurejoboet-0/+27