@frozen
public struct UniformFloatingPointDistribution<T: BinaryFloatingPoint>: RandomDistribution
where T.RawSignificand: FixedWidthInteger
ঘোষণা
public let lowerBound: T
ঘোষণা
public let upperBound: T
ঘোষণা
public init(lowerBound: T = 0, upperBound: T = 1)
ঘোষণা
public func next<G>(using rng: inout G) -> T where G : RandomNumberGenerator