FixedWidthIntegerRandomizable

public protocol FixedWidthIntegerRandomizable

Mechanica

FixedWidthInteger random protocol.

  • Mechanica

    Returns a random value between min and max values.

    Declaration

    Swift

    static func random(min: Self, max: Self) -> Self