Final answer:
To generate a random number between a set minimum and maximum, use a function like randint in Python or randInt on a calculator, with the min and max range values as arguments.
Step-by-step explanation:
To have the computer pick a random number between a set minimum and maximum, you would typically use a random number generator function available in most programming languages. For example, in Python, you can use the randint function from the random module to generate a random number within a specified range. The usage is as follows:
import random
random.randint(min, max)
Here, 'min' represents the minimum value of the range, and 'max' represents the maximum value. If you're using a calculator that supports programming, there might be a built-in function such as randInt(), where you also input the minimum and maximum range to generate a random number. As mentioned earlier, a common method is to use the randInt command, which could look like randInt(min, max) in the calculator's syntax.