Click or drag to resize

RandGenMTwistNextFloatPositive Method

Returns a random number greater than 0.0 and less than 1.0.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public float NextFloatPositive()

Return Value

Single
A random number greater than 0.0 and less than 1.0.
See Also