Click or drag to resize

UniformDiscrete Constructor

Overload List
  NameDescription
Public methodUniformDiscrete
Creates new instance of discrete univariate uniform distribution with discrete settings [Int32.MinValue, Int32.MaxValue - 1].
Public methodUniformDiscrete(Int32, Int32)
Creates new instance of discrete uniform distribution with user specified parameters.
Public methodUniformDiscrete(RandomGenerator, Int32, Int32)
Creates new instance of discrete uniform distribution with user specified parameters and generator.
Top
See Also