Returns a random number between 0.0 and 1.0.
[Visual Basic] Overridable Public Function NextDouble() As Double [C#] public virtual double NextDouble(); [C++] public: virtual double NextDouble(); [JScript] public function NextDouble() : double;
A Double that is greater than or equal to 0.0 and less than 1.0.
Each number is equally likely to be returned. The seed is adjusted as a side effect of this call. Successive calls to NextDouble will yield different numbers.