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 1611
2nd call 1611
To cure this add another operator/argument pair I'musing x
0
4340
Change the value of x to change the output.
0
3134