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 e49feab commit d18305cCopy full SHA for d18305c
stdlib/public/core/Random.swift
@@ -71,6 +71,7 @@ extension RandomNumberGenerator {
71
// unsigned integer will be used, recursing infinitely and probably blowing
72
// the stack.
73
@available(*, unavailable)
74
+ @_alwaysEmitIntoClient
75
public mutating func next() -> UInt64 { fatalError() }
76
77
/// Returns a value from a uniform, independent distribution of binary data.
0 commit comments