about summary refs log tree commit diff
path: root/library/std/src/sys/windows/rand.rs
AgeCommit message (Expand)AuthorLines
2023-02-14Revert to using `RtlGenRandom`Chris Denton-94/+27
2022-09-20Remove `RtlGenRandom` (take two)Chris Denton-48/+28
2022-09-07Don't break windows/rand for miriChris Denton-0/+12
2022-09-06Open a BCrypt algorithm handleChris Denton-18/+64
2022-09-02Use `BCRYPT_RNG_ALG_HANDLE` by defaultChris Denton-4/+37
2022-07-17Simplify Windows `hashmap_random_keys`Chris Denton-60/+8
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