Click or drag to resize

RandGenMTwistNextDouble Method

Returns a random number between 0.0 and 1.0.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public override double NextDouble()

Return Value

Double
A double-precision floating point number greater than or equal to 0.0, and less than 1.0.
See Also