We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad93bd7 commit 8aeabe4Copy full SHA for 8aeabe4
std/random.d
@@ -1838,8 +1838,8 @@ random number sequences every run.
1838
This function utilizes the system $(I cryptographically-secure pseudo-random
1839
number generator (CSPRNG)) or $(I pseudo-random number generator (PRNG))
1840
where available and implemented (currently `arc4random` on applicable BSD
1841
-systems or `getrandom` on Linux) to generate “high quality” pseudo-random
1842
-numbers – if possible.
+systems, `getrandom` on Linux or `BCryptGenRandom` on Windows) to generate
+“high quality” pseudo-random numbers – if possible.
1843
As a consequence, calling it may block under certain circumstances (typically
1844
during early boot when the system's entropy pool has not yet been
1845
initialized).
0 commit comments