Returns a random integer from specified range.


Use this to generate a random integer.
menu: veeos ==> Math ==> randomInt
library: mathLib
o_randomInt(0,34) is equally likely to return any of the 35 integers in the inclusive range of 0 to 34
This is similar to the built-in random() function, but the built-in returns real64's, this returns integers.
VEE 7.0+, all platforms