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: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
public float NextFloat()

Return Value

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