Returns a uniformly-distributed random number 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:
https://www.dplot.com/help/index.htm?randbetween.htm