Function randomint()

← Back to Module math



Module math → randomint()

Description

Get random integer value between min and max

randomint(min, max)


Parameters


Return Value


Usage Example

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