@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