Click or drag to resize

FastRandomNextFloat Method

Returns a random number between 0.0 and 1.0.

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public float NextFloat()

Return Value

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