@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