Skip to main content

RANDBETWEEN

Returns a random integer between the numbers you specify.

CategoryMath
SyntaxRANDBETWEEN(bottom, top)

Parameters

ParameterRequiredDescription
bottomRequiredThe smallest integer RANDBETWEEN will return.
topRequiredThe largest integer RANDBETWEEN will return.

Example

RANDBETWEEN(bottom, top)

Auto-generated from the EngCanvas function registry.