Click or drag to resize
Accord.NET (logo)

UniformDiscreteDistributionRandom Method

Overload List
  NameDescription
Public methodStatic memberRandom
Generates a random observation from the Uniform distribution defined in the interval 0 and MAXVALUE.
Public methodStatic memberRandom(Int32)
Generates a random observation from the Uniform distribution defined in the interval 0 and MAXVALUE.
Public methodStatic memberRandom(Random)
Generates a random observation from the Uniform distribution defined in the interval 0 and MAXVALUE.
Public methodStatic memberRandom(Int32, Int32)
Generates a random observation from the Uniform distribution with the given parameters.
Public methodStatic memberRandom(Int32, Int32)
Generates a random observation from the Uniform distribution defined in the interval 0 and MAXVALUE.
Public methodStatic memberRandom(Int32, Random)
Generates a random observation from the Uniform distribution defined in the interval 0 and MAXVALUE.
Public methodStatic memberRandom(Int32, Int32, Int32)
Generates a random vector of observations from the Uniform distribution with the given parameters.
Public methodStatic memberRandom(Int32, Int32, Random)
Generates a random observation from the Uniform distribution with the given parameters.
Public methodStatic memberRandom(Int32, Int32, Random)
Generates a random observation from the Uniform distribution defined in the interval 0 and MAXVALUE.
Public methodStatic memberRandom(Int32, Int32, Int32, Int32)
Generates a random vector of observations from the Uniform distribution with the given parameters.
Public methodStatic memberRandom(Int32, Int32, Int32, Random)
Generates a random vector of observations from the Uniform distribution with the given parameters.
Public methodStatic memberRandom(Int32, Int32, Int32, Int32, Random)
Generates a random vector of observations from the Uniform distribution with the given parameters.
Top
See Also