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 724ff1e commit 7c0ed24Copy full SHA for 7c0ed24
stdlib/public/core/Random.swift
@@ -144,6 +144,7 @@ extension RandomNumberGenerator {
144
/// - Apple platforms use `arc4random_buf(3)`.
145
/// - Linux platforms use `getrandom(2)` when available; otherwise, they read
146
/// from `/dev/urandom`.
147
+/// - Windows uses `BCryptGenRandom`.
148
@frozen
149
public struct SystemRandomNumberGenerator: RandomNumberGenerator {
150
/// Creates a new instance of the system's default random number generator.
0 commit comments