RandomHelper NextFloat Method (Double, Double)Bespoke Osc Library
Returns a random number within a specified range.

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

Public Shared Function NextFloat ( _
	minValue As Double, _
	maxValue As Double _
) As Single

Parameters

minValue
Type: OnlineSystem Double

[Missing <param name="minValue"/> documentation for "M:Bespoke.Common.RandomHelper.NextFloat(System.Double,System.Double)"]

maxValue
Type: OnlineSystem Double

[Missing <param name="maxValue"/> documentation for "M:Bespoke.Common.RandomHelper.NextFloat(System.Double,System.Double)"]

Return Value

A single-precision floating point numner greater than or equal to minValue and less than maxValue; that is, the range of return values includes minValue but not maxValue. If minValue equals maxValue, minValue is returned.
Exceptions

See Also