UInt32

struct UInt32 : FixedWidthInteger, UnsignedInteger
  • Mechanica

    Warning

    The range is exclusive [lowerBound, upperBound).

    Declaration

    Swift

    public static func random(lowerBound: UInt32, upperBound: UInt32) -> UInt32

    Parameters

    lowerBound

    lowerBound value

    upperBound

    upperBound value

    Return Value

    A random UInt32 between lowerBound and upperBound -1 values.