IMSL C# Numerical Library

Random.BaseGenerator.NextDouble Method 

Generates the next pseudorandom double.

double NextDouble();

Return Value

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

See Also

Random.BaseGenerator Interface | Imsl.Stat Namespace