Thanks for tuning in to Google I/O. View all sessions on demandWatch on demand

RandomDistribution

public protocol RandomDistribution
  • Declaration

    associatedtype Sample
  • Declaration

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