Click or drag to resize

FastRandomNext Method (Single)

Returns a random number between zero and max value.

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

Parameters

maxValue
Type: SystemSingle

Return Value

Type: Single
A floating point number greater than to zero, and less than to maxValue.
See Also