NormalSamples Method |
| Name | Description | |
|---|---|---|
| Samples | Generates a sequence of samples from the normal distribution using the Box-Muller algorithm. | |
| Samples(Double) | Fills an array with samples generated from the distribution. | |
| Samples(Double, Double) | Generates a sequence of samples from the normal distribution using the Box-Muller algorithm. | |
| Samples(Double, Double, Double) | Fills an array with samples generated from the distribution. | |
| Samples(Random, Double, Double) | Generates a sequence of samples from the normal distribution using the Box-Muller algorithm. | |
| Samples(Random, Double, Double, Double) | Fills an array with samples generated from the distribution. |