@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