Generate Random Number
Generate a random number and store it into the variable for using later.
Parameters
-
Range Specifies the number which should be within the range.
-
Allow new number to be same as last one Specifies whether to generate a different number to the last.
-
Store number into variable Specifies the variable's name which should be populated with the number.
Notes:
If the maximum number same as or less than the minimum number, the same number will be generated every time.
|