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