This function will produce arandom number between val1 and val2 inclusive
0
Multiple calls on one page
using the same input values
will produce the same output.
0
1st call 3999
2nd call 3999
To cure this add another operator/argument pair I'musing x
0
5799
Change the value of x to change the output.
0
1898