Autonomous AI icon Autonomous AI Autonomous AI robot agent with vision, speech, motion, animations, memory, and multi-step task execution driven by LLMs. Try it →
 

Getrandom

Utility.getRandom(min, max)

Parameters

min Inclusive lower bound on the random integer.
max Exclusive upper bound on the random integer.

Returns

Random integer between min (inclusive) and max (exclusive).

Description

Returns a random integer between min (inclusive) and max (exclusive).