diff --git a/Sources/Vapor/Utilities/Array+Random.swift b/Sources/Vapor/Utilities/Array+Random.swift index 3bed594972..21c4d57d9d 100644 --- a/Sources/Vapor/Utilities/Array+Random.swift +++ b/Sources/Vapor/Utilities/Array+Random.swift @@ -21,7 +21,7 @@ extension Array where Element: FixedWidthInteger { where T: RandomNumberGenerator { var array: [Element] = .init(repeating: 0, count: count) - (0..