@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