Gets a normally distributed random number that has mean 0 and standard deviation 1.
Syntax
result = object.NextNormal ()
The NextNormal method syntax has the following parts:
Part |
Description |
result |
Output of type Double. The random number. |
object |
An object of type AmosRanGen. |
Remarks
NextNormal uses the NextUniform method.