RandomValueGenerator
public class RandomValueGenerator
Undocumented
-
Undocumented
Declaration
Swift
public static func randomInt(min: Int = 0, max: Int = 10) -> Int
-
Undocumented
Declaration
Swift
public static func randomFloat(min: Float = 1.0, max: Float = 10.0) -> Float