Skip to content

Commit 5feb517

Browse files
committed
[stdlib] Adopt @_requiresConcreteImplementation for RandomNumberGenerator requirement
1 parent bfbfec1 commit 5feb517

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stdlib/public/core/Random.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ public protocol RandomNumberGenerator {
6060
/// method.
6161
///
6262
/// - Returns: An unsigned 64-bit random value.
63+
@_requiresConcreteImplementation
6364
mutating func next() -> UInt64
6465
}
6566

0 commit comments

Comments
 (0)