extension Int { static func random() -> Int { random(in: Int.min...Int.max) } }