Randomizer

public protocol Randomizer

Random ID generator

  • The (next) random type

    Declaration

    Swift

    associatedtype Random
  • Next random

    Declaration

    Swift

    func random() -> Random

    Return Value

    the next random value