Skip to end of banner
Go to start of banner

random

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Description

Returns a random int value between 0 (inclusive) and the specified value (exclusive). This works for integers only.

Parameters

Return Type

Number

Example

number a = random(4);
print("a= " + a);

Prints: a= 3;

See also

  • No labels