@frozen
public struct UniformIntegerDistribution<T> : RandomDistribution where T : FixedWidthInteger
اعلامیه
public let lowerBound: T
اعلامیه
public let upperBound: T
اعلامیه
public init(lowerBound: T = T.self.min, upperBound: T = T.self.max)
اعلامیه
public func next<G>(using rng: inout G) -> T where G : RandomNumberGenerator