RandomHelper NextDouble Method Bespoke Osc Library
Returns a random number between 0.0 and 1.0.

Namespace: Bespoke.Common
Assembly: Bespoke.Common (in Bespoke.Common.dll) Version: 5.0.0.0 (5.0.0.0)
Syntax

Public Shared Function NextDouble As Double

Return Value

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