UInt64

struct UInt64 : FixedWidthInteger, UnsignedInteger
  • Mechanica

    Warning

    The range is exclusive [lowerBound, upperBound).

    Declaration

    Swift

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

    Return Value

    A random UInt64 between lowerBound and upperBound -1 values.