Random

The function generates a random number in the range from 0 through -1.

Syntax

Random(range)

Example

The following code example generates random numbers from 0 through 9 inclusive.

num = Random(10)