Click or drag to resize

FastRandomNext(Single, Single) Method

Returns a random number between min and max values.

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public float Next(
	float minValue,
	float maxValue
)

Parameters

minValue  Single
 
maxValue  Single
 

Return Value

Single
A floating point number greater than to minValue, and less than to maxValue.
See Also