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 9e53d13 commit b62bbb6Copy full SHA for b62bbb6
Sources/SwiftCheck/Random.swift
@@ -16,6 +16,7 @@ public protocol RandomGeneneratorType {
16
/// Yields the range of values returned by the generator.
17
///
18
/// This property must return integers in ascending order.
19
+ @available(*, deprecated, message: "genRange serves no purpose and will be removed in a future release")
20
var genRange : (Int, Int) { get }
21
/// Splits the current random value generator into two distinct random value
22
/// generators.
0 commit comments