Function random()

← Back to Module math



Module math → random()

Description

Get random value between min and max

random(min, max)


Parameters


Return Value


Usage Example

random(1, 100)   ' Returns random value between 1 and 100