FixedWidthIntegerRandomizable

public protocol FixedWidthIntegerRandomizable

Mechanica

FixedWidthInteger random protocol.

  • Mechanica

    Returns a random value between lowerBound and upperBound -1 values.

    Declaration

    Swift

    static func random(lowerBound: Self, upperBound: Self) -> Self