Click or drag to resize
HelperGetNormalRandom Method (Double, Double)
Returns random numbers according to an approximate normal distribution with an average and standard deviation set by the caller.

Namespace: Bio.Util
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public static double GetNormalRandom(
	double average,
	double standardDeviation
)

Parameters

average
Type: SystemDouble
Average result returned from calling the method
standardDeviation
Type: SystemDouble
Standard deviation applied to the normal curve

Return Value

Type: Double
A random value
See Also