UInt

struct UInt : FixedWidthInteger, UnsignedInteger
  • Mechanica

    Warning

    The range is exclusive [lowerBound, upperBound).

    Declaration

    Swift

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

    Return Value

    A random UInt between lowerBound and upperBound -1 values. [lowerBound, upperBound)