summary refs log tree commit diff
path: root/library/std/src/sys/windows/rand.rs
AgeCommit message (Expand)AuthorLines
2022-06-16Move/rename `lazy::Sync{OnceCell,Lazy}` to `sync::{Once,Lazy}Lock`Maybe Waffle-2/+2
2022-05-16Improve error message for fallback RNG failureChris Martin-1/+1
2022-05-13Address review feedbackChris Martin-31/+22
2022-05-10Make HashMap fall back to RtlGenRandom if BCryptGenRandom failsChris Martin-4/+79
2021-10-15Use BCryptGenRandom instead of RtlGenRandom on Windows.Mara Bos-12/+0
2020-07-27mv std libs to library/mark-0/+33