@frozen
public struct NormalDistribution<T: BinaryFloatingPoint>: RandomDistribution
where T.RawSignificand: FixedWidthInteger
הַצהָרָה
public let mean: T
הַצהָרָה
public let standardDeviation: T
הַצהָרָה
public init(mean: T = 0, standardDeviation: T = 1)
הַצהָרָה
public func next<G>(using rng: inout G) -> T where G : RandomNumberGenerator