FixedWidthIntegerRandomizable
public protocol FixedWidthIntegerRandomizable
Mechanica
FixedWidthInteger random protocol.
-
Mechanica
Returns a random value between
min
andmax
values.Declaration
Swift
static func random(min: Self, max: Self) -> Self