RANDBETWEEN(bottom,top)
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.
RAND