Click or drag to resize

FastRandomNextDouble Method

Returns a random number between 0.0 and 1.0.

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public double NextDouble()

Return Value

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