Final answer:
To generate a random number between 0 and 100, use a calculator's randInt function, such as randInt(0,100) on a TI-83 or TI-84+, or use an online random number generator where you can specify the range.
Step-by-step explanation:
To generate a random number between 0 and 100, you can use various methods. If you're using a calculator, like a TI-83, TI-84+ or similar, you can use the randInt function. For example, the following calculator command will generate a random number between 0 and 100: randInt(0,100). Make sure your calculator is set to generate integer values; if it's set to generate decimal numbers, it will generate random numbers between 0 and 1, like the ones Lisa generated. In that case, you would need to multiply the decimal number by 100 and round it to get a whole number between 0 and 100.
Another option is to use a computer program or an online random number generator. These tools typically allow you to specify the range of numbers you want to generate, which is particularly useful when you need to create a random number within a specific range such as 0 to 100.