RandomBaseGeneratorNext Method |
Generates the next pseudorandom number.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax abstract Next : unit -> int
Return Value
Type:
Int32
The next pseudorandom value from this random number generator's sequence.
See Also