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

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

Public Shared Function NextFloat As Single

Return Value

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