Class NormalDist
Inheritance
System.Object
NormalDist
Namespace: SOHDomain.Common
Assembly: SOHDomain.dll
Syntax
public static class NormalDist : object
Methods
NormalDistRandom(Double, Double)
Normal distribution calculation (Box-Muller transform) for given parameters.
Declaration
public static double NormalDistRandom(double mean, double standardDeviation)
Parameters
Type | Name | Description |
---|---|---|
System.Double | mean | |
System.Double | standardDeviation |
Returns
Type | Description |
---|---|
System.Double | A normal distribution result for given params. |