Click or drag to resize
HelperGetNormalRandom Method
Overload List
  NameDescription
Public methodStatic memberGetNormalRandom(Double, Double)
Returns random numbers according to an approximate normal distribution with an average and standard deviation set by the caller.
Public methodStatic memberGetNormalRandom(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.
Top
See Also