Random

Random is a mathematical function that returns a random number between 0.0 and 1.0. The function syntax:

  Random()

Example:

The following example returns a random number between 0.0 and 1.0 and multiplies it by 1000:

  Random() * 1000