NormalDist GetNextValue Method ElecNetKit Documentation
Obtains the next random value from the distribution with the given μ and σ.

Namespace: ElecNetKit.Util
Assembly: ElecNetKit.Core (in ElecNetKit.Core.dll) Version: 1.1.4771.27370 (1.1.0.0)
Syntax

public double GetNextValue()

Return Value

A random value from this distribution.
See Also