about summary refs log tree commit diff
path: root/library/std/src/sys/windows/rand.rs
AgeCommit message (Collapse)AuthorLines
2021-10-15Use BCryptGenRandom instead of RtlGenRandom on Windows.Mara Bos-12/+0
BCryptGenRandom isn't available on XP, but we dropped XP support a while ago.
2020-07-27mv std libs to library/mark-0/+33