Generates the next pseudorandom number.
A float
which specifies the next pseudorandom value from this random number generator's sequence.
If the multiplier
is set then the multiplicative congruential method is used. Otherwise, super.Next(bits)
is used. Where bits is the number of random bits required.
Random Class | Imsl.Stat Namespace