|
|
UniformDiscreteDistributionRandom Method |
| Name | Description | |
|---|---|---|
| Random |
Generates a random observation from the Uniform
distribution defined in the interval 0 and MAXVALUE.
| |
| Random(Int32) |
Generates a random observation from the Uniform
distribution defined in the interval 0 and MAXVALUE.
| |
| Random(Random) |
Generates a random observation from the Uniform
distribution defined in the interval 0 and MAXVALUE.
| |
| Random(Int32, Int32) |
Generates a random observation from the
Uniform distribution with the given parameters.
| |
| Random(Int32, Int32) |
Generates a random observation from the Uniform
distribution defined in the interval 0 and MAXVALUE.
| |
| Random(Int32, Random) |
Generates a random observation from the Uniform
distribution defined in the interval 0 and MAXVALUE.
| |
| Random(Int32, Int32, Int32) |
Generates a random vector of observations from the
Uniform distribution with the given parameters.
| |
| Random(Int32, Int32, Random) |
Generates a random observation from the
Uniform distribution with the given parameters.
| |
| Random(Int32, Int32, Random) |
Generates a random observation from the Uniform
distribution defined in the interval 0 and MAXVALUE.
| |
| Random(Int32, Int32, Int32, Int32) |
Generates a random vector of observations from the
Uniform distribution with the given parameters.
| |
| Random(Int32, Int32, Int32, Random) |
Generates a random vector of observations from the
Uniform distribution with the given parameters.
| |
| Random(Int32, Int32, Int32, Int32, Random) |
Generates a random vector of observations from the
Uniform distribution with the given parameters.
|