| HelperGetNormalRandom Method |
| Name | Description | |
|---|---|---|
| GetNormalRandom(Double, Double) |
Returns random numbers according to an approximate normal distribution
with an average and standard deviation set by the caller.
| |
| GetNormalRandom(Double, Double, Int32) |
Returns random numbers according to an approximate normal distribution
with an average and standard deviation set by the caller. This is done iteratively
using the central limit theorem.
|