RANDBETWEEN(bottom,top)
RANDBETWEEN function returns a random integer number between @bottom and @top.
If @bottom or @top is non-integer, they are truncated. If @bottom > @top, RANDBETWEEN returns #NUM! error.
RAND