about summary refs log tree commit diff
path: root/library/std/src/sys/random/windows.rs
AgeCommit message (Collapse)AuthorLines
2025-02-19Fix `*-win7-windows-msvc` target since 26eeac1a1e9fe46ffd80dd0d3dafdd2c2a644306Li Keqing-1/+1
2024-09-23std: implement the `random` featurejoboet-0/+20
Implements the ACP https://github.com/rust-lang/libs-team/issues/393.