Skip to content

Commit 8aeabe4

Browse files
committed
Update documentation
1 parent ad93bd7 commit 8aeabe4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

std/random.d

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1838,8 +1838,8 @@ random number sequences every run.
18381838
This function utilizes the system $(I cryptographically-secure pseudo-random
18391839
number generator (CSPRNG)) or $(I pseudo-random number generator (PRNG))
18401840
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.
1841+
systems, `getrandom` on Linux or `BCryptGenRandom` on Windows) to generate
1842+
“high quality” pseudo-random numbers – if possible.
18431843
As a consequence, calling it may block under certain circumstances (typically
18441844
during early boot when the system's entropy pool has not yet been
18451845
initialized).

0 commit comments

Comments
 (0)