Overload List
| Name | Description | |
|---|---|---|
| NextDouble()()() |
Returns a random number between 0.0 and 1.0.
(Overrides RandomNumberGenerator..::.NextDouble()()().) | |
| NextDouble(Boolean) |
Returns a random number greater than or equal to zero, and either strictly
less than one, or less than or equal to one, depending on the value of the
given boolean parameter.
|