UInt32
struct UInt32 : FixedWidthInteger, UnsignedInteger
-
Mechanica
Warning
The range is exclusive [lowerBound, upperBound).Declaration
Swift
public static func random(lowerBound: UInt32, upperBound: UInt32) -> UInt32
Return Value
Returns a random UInt32 between
lowerBound
andupperBound
-1 values.