Random Number Generator
Use the Random Number Generator to create a list of random numbers (up to 10,000 numbers), based on your specifications. The numbers you generate appear in the Random Number Table.
For help in using the Random Number Generator, read the Frequently-Asked Questions or review the Sample Problems.
Random Number Table
100 Random Numbers
26500 29473 22649 80591 63105 40290 53307 24284 50021 50563 34428 70108 69993 43305 23217 27690 50398
67645 78544 01674 33549 27883 93751 93286 72017 97563 54462 26899 48937 58526 21402 01591 23325 64977 38206 67709
00386 32548 64229 28433 26831 52358 32364 66338 11187 30076 31850 94956 69109 49987 16087 35336 93694 64050 35446
17614 50793 05962 95086 07565 99322 30221 37762 58175 36579 76190 51639 86198 68551 57155 03105 73720 05229 74392
94583 94721 80921 56227 47343 66640 99563 22101 09317 26934 05035 71628 87908 34641 76468 98662 07806 96947 48560
30359 93795 20741 56890 91235 78573 89184
Specs: This table of 100 random numbers was produced according to the following specifications:
Numbers were randomly selected from within the range of 0 to 99999.
Duplicate numbers were allowed. This table was generated on
5/8/2025.
Frequently-Asked Questions
Instructions: To find the answer to a frequently-asked question, simply click on the question.
What are the minimum and maximum values in the Random Number Generator?
What does it mean to allow duplicate entries in a random number table?
What is a seed?
Sample Problem
-
A university is testing the effectiveness of two
different medications. They have 10 volunteers. To conduct the study,
researchers randomly assign a number from 1 to 2 to each volunteer. Volunteers
who are assigned number 1 get Treatment 1 and volunteers who are assigned
number 2 get Treatment 2. To implement this strategy, they input the following
settings in the Random Number Generator:
- They want to assign a number randomly to each of 10 volunteers, so they need 10 entries in the random number table. Therefore, the researchers enter 10 in the text box labeled "How many random numbers?".
- Since each volunteer will receive one of two treatments, they set the minimum value equal to 1; and the maximum value equal to 2.
- Since some volunteers will receive the same treatment, the researchers allow duplicate random numbers in the random number table. Therefore, they set the "Allow duplicate entries" dropdown box equal to "True".
- And finally, they set the Seed value equal to 1. (The number 1 is not special. They could have used any positive integer.)
Then, they hit the Calculate button. The Random Number Generator produces a Random Number Table consisting of 10 entries, where each entry is the number 1 or 2. The researchers assign the treatment indicated by the first entry to volunteer number 1, the treatment indicated by the second entry to volunteer number 2, and so on.
Using this strategy, what treatment did the first volunteer receive? What treatment did the tenth volunteer receive?
Solution:
This problem can be solved by recreating the exact Random Number Table used by the researchers. By inputting all of the same entries (especially the same Seed value) that were used originally, we can recreate the Random Number Table used by the researchers. Therefore, we do the following:
- Enter 10 in the text box labeled "How many random numbers?".
- Set the minimum value equal to 1 and the maximum value equal to 2.
- Set the "Allow duplicate entries" dropdown box equal to "True".
- Set the Seed value equal to 1.
Then, we hit the Calculate button. This produces the Random Number Table shown below.10 Random Numbers1 1 1 2 2 1 1 2 1 2Specs: This table of 10 random numbers was produced according to the following specifications: Numbers were randomly selected from within the range of 1 to 2. Duplicate numbers were allowed. This table was generated on 5/8/2025.
-
We would like to survey 500 families from a population of 20,000 families. Each
family has been assigned a unique number from 1 to 20,000. How can we randomly select
500 families for the survey?
Solution:
We input the following settings in the Random Number Generator:
- We want to select 500 families. Therefore, we enter 500 in the text box labeled "How many random numbers?".
- Since each family has been assigned a number from 1 to 20,000, we set the minimum value equal to 1; and the maximum value equal to 20,000.
- Since we only want to survey each family once, we don't want duplicate random numbers in our random number table. Therefore, we set the "Allow duplicate entries" dropdown box equal to "False".
Then, we hit the Calculate button. The Random Number Generator produces a Random Number Table consisting of 500 unique random numbers between 1 and 20,000. We will survey the families represented by these numbers - a sample of 500 families randomly selected from the population of 20,000 families.