IntegerRandomizable
public protocol IntegerRandomizable
Mechanica
Todo
Rename this protocolFixedWidthIntegerRandomizable
with Swift 4.
-
Mechanica
Returns a random value between
min
andmax
values.Declaration
Swift
static func random(min: Self, max: Self) -> Self