RANDBETWEEN

Name

RANDBETWEEN —
RANDBETWEEN(bottom,top)

Description

RANDBETWEEN function returns a random integer number between @bottom and @top.

If @bottom or @top is non-integer it is truncated. If @bottom > @top RANDBETWEEN returns #NUM! error.

See also

RAND