Generate random number
Generate a random number and store it into the variable for using later.
Click here to show the figure
Parameters
-
Range Specifies the number which should be within the range.
-
Allow new number 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.
|