Skip to content

random()#

Syntax
random( max )

Returns#

Returns a random integer between 0 and max-1.

Parameters#

Parameter Description
max The upper bound (exclusive).