Randomizer

Randomizer provides a pseudo-random number generator for students and researchers interested in conducting random assignment and random sampling.
In some cases, you may wish to generate more than one set of numbers at a time (e.g., when randomly assigning participants to experimental conditions in a "blocked" research design).
A request for 6 numbers might yield the following set of random numbers: 4, 8, 10, 13, 25, 26.
Number range (e.g., 1-50)
Specify the upper and lower range of the numbers you want to generate. For example, a range of 1 up to 50 would only generate random numbers between 1 and 50 (inclusive) (e.g., 4, 13, 8, 26, 50). Type the lowest number you want in the "From" field and the highest number you want in the "To" field.