Returns a uniformly-distributed random between limits you specify. RANDBETWEEN does not truncate the value to an integer (as the RND function does).
Syntax
RANDBETWEEN(bottom,top)
bottom |
is the smallest number RANDBETWEEN will return. |
top |
is the largest number RANDBETWEEN will return. |
____________________________
See also:
Page url: http://www.dplot.com/help/index.htm?randbetween.htm