Random

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

Syntax:

Random()

Example:

Return a random number between 0.0 and 1.0 and multiply it by 1000:

Random() * 1000