We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56a2961 commit ebc99b6Copy full SHA for ebc99b6
1 file changed
README.md
@@ -43,7 +43,7 @@ fn get_random_u128() -> Result<u128, getrandom::Error> {
43
| Target | Target Triple | Implementation
44
| ------------------ | ------------------ | --------------
45
| Linux, Android | `*‑linux‑*` | [`getrandom`][1] system call if available, otherwise [`/dev/urandom`][2] after successfully polling `/dev/random`
46
-| Windows 10+ | `*‑windows‑*` | [`ProcessPrng`] on Rust 1.78+, [`RtlGenRandom`] otherwise
+| Windows 10+ | `*‑windows‑*` | [`ProcessPrng`]
47
| Windows 7, 8 | `*-win7‑windows‑*` | [`RtlGenRandom`]
48
| macOS | `*‑apple‑darwin` | [`getentropy`][3]
49
| iOS, tvOS, watchOS | `*‑apple‑{ios,tvos,watchos}` | [`CCRandomGenerateBytes`]
0 commit comments