|
|
UnivariateDiscreteDistributionGenerate Method |
| Name | Description | |
|---|---|---|
| Generate |
Generates a random observation from the current distribution.
| |
| Generate(Int32) |
Generates a random vector of observations from the current distribution.
| |
| Generate(Random) |
Generates a random observation from the current distribution.
| |
| Generate(Int32, Double) |
Generates a random vector of observations from the current distribution.
| |
| Generate(Int32, Int32) |
Generates a random vector of observations from the current distribution.
| |
| Generate(Int32, Random) |
Generates a random vector of observations from the current distribution.
| |
| Generate(Int32, Double, Random) |
Generates a random vector of observations from the current distribution.
| |
| Generate(Int32, Int32, Random) |
Generates a random vector of observations from the current distribution.
|