You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Sources/PropertyBased/SeededRandomNumberGenerator.swift
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@
9
9
///
10
10
/// Identical instances of this generator must generate the same sequence of values when repeatedly calling `next()`.
11
11
///
12
-
/// Re-using seeds across multiple executions of the program must result in the same same sequence of values, provided that the Swift library version and the program's dependencies remain unchanged.
12
+
/// Re-using seeds across multiple executions of the program must result in the same sequence of values, provided that the Swift library version and the program's dependencies remain unchanged.
0 commit comments