|
|
NormalDistributionRandom Method |
| Name | Description | |
|---|---|---|
| Random |
Generates a random value from a standard Normal
distribution (zero mean and unit standard deviation).
| |
| Random(Random) |
Generates a random value from a standard Normal
distribution (zero mean and unit standard deviation).
| |
| Random(Double, Double) |
Generates a single random observation from the
Normal distribution with the given parameters.
| |
| Random(Int32, Double) |
Generates a random vector of observations from the standard
Normal distribution (zero mean and unit standard deviation).
| |
| Random(Double, Double, Int32) |
Generates a random vector of observations from the
Normal distribution with the given parameters.
| |
| Random(Double, Double, Random) |
Generates a single random observation from the
Normal distribution with the given parameters.
| |
| Random(Int32, Double, Random) |
Generates a random vector of observations from the standard
Normal distribution (zero mean and unit standard deviation).
| |
| Random(Double, Double, Int32, Double) |
Generates a random vector of observations from the
Normal distribution with the given parameters.
| |
| Random(Double, Double, Int32, Random) |
Generates a random vector of observations from the
Normal distribution with the given parameters.
| |
| Random(Double, Double, Int32, Double, Random) |
Generates a random vector of observations from the
Normal distribution with the given parameters.
|