Click or drag to resize

RandGenMTwistNextFloat 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 float NextFloat()

Return Value

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