무작위 분포

public protocol RandomDistribution
  • 선언

    associatedtype Sample
  • 선언

    func next<G>(using generator: inout G) -> Sample where G : RandomNumberGenerator