GETTING STARTED
TOPICS
API
RESOURCES
ESPAÑOL
FINE PRINT
Method
Returns a randomly generated number in the range 0 <= Rnd < 1.
result = Rnd
Part
Type
Description
result
Double
The random number.
The equivalent functionality is provided by the Random class as a special case. The Random class also provides additional options, such as a random number selected from a Normal distribution.
A custom random number generator is used.
Project Types
All
Operating Systems
See also
Random class.