@frozen
public struct BetaDistribution : RandomDistribution
คำประกาศ
public let alpha: Float
คำประกาศ
public let beta: Float
คำประกาศ
public init(alpha: Float = 0, beta: Float = 1)
คำประกาศ
public func next<G>(using rng: inout G) -> Float where G : RandomNumberGenerator