Generates the next pseudorandom float.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
float NextFloat()
Visual Basic (Declaration)
Function NextFloat As Single
Visual C++
float NextFloat()

Return Value

A float which is the next pseudorandom value from this random number generator's sequence.

See Also