In the Scripting of the Link or Page or Item - just add the Variable that you want Randomized (such as) -
%NUMBER := 1D14 + 6
That will assign %NUMBER a value of 7-20
If you want to Add the Random Number to the Variable, rather than Replace its Value you would use:
%NUMBER := %NUMBER + 1D14 + 6