Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
0xEAB committed Jan 25, 2025
1 parent ad93bd7 commit 8aeabe4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions std/random.d
Original file line number Diff line number Diff line change
Expand Up @@ -1838,8 +1838,8 @@ random number sequences every run.
This function utilizes the system $(I cryptographically-secure pseudo-random
number generator (CSPRNG)) or $(I pseudo-random number generator (PRNG))
where available and implemented (currently `arc4random` on applicable BSD
systems or `getrandom` on Linux) to generate “high quality” pseudo-random
numbers – if possible.
systems, `getrandom` on Linux or `BCryptGenRandom` on Windows) to generate
“high quality” pseudo-random numbers – if possible.
As a consequence, calling it may block under certain circumstances (typically
during early boot when the system's entropy pool has not yet been
initialized).
Expand Down

0 comments on commit 8aeabe4

Please sign in to comment.