RandomizableType

public protocol RandomizableType : NumericType

Undocumented

  • Undocumented

    Declaration

    Swift

    static func random<Generator>(in range: ClosedRange<Self>, using rng: inout Generator) -> Self where Generator : RandomNumberGenerator