mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-30 08:35:31 +00:00
Remove `RtlGenRandom` (take two) First try to use the system preferred RNG but if that fails (e.g. due to a broken system configuration) then fallback to manually opening an algorithm handle.