IntegerRandomizable

public protocol IntegerRandomizable

Mechanica

Todo

Rename this protocol FixedWidthIntegerRandomizable with Swift 4.
  • Mechanica

    Returns a random value between min and max values.

    Declaration

    Swift

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