Gets a random number that is uniformly distributed over the interval from 0 to 1.
Syntax
result = object.NextUniform ()
The NextUniform method syntax has the following parts:
Part |
Description |
result |
Output of type Double. The random number. |
object |
An object of type AmosRanGen. |