RandomBaseGeneratorNextFloat Method |
Generates the next pseudorandom float.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax Function NextFloat As Single
abstract NextFloat : unit -> float32
Return Value
Type:
Single
A
float which is the next pseudorandom value from this random number generator's sequence.
See Also