Returns a random number between 0.0 and 1.0.
Namespace:
Imsl.Stat
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public virtual double NextDouble() |
Visual Basic (Declaration) |
---|
Public Overridable Function NextDouble As Double |
Visual C++ |
---|
public: virtual double NextDouble() |
Return Value
A double greater than or equal to 0.0, and less than 1.0.Implements
Random..::.BaseGenerator..::.NextDouble()()()
Remarks
Only the first 32 bits of the double are pseudorandom.