Randomizers
Random Number Generator 1-4
Generate random numbers from 1 to 4 for quick choices and games.
Example output
Example: 1
How it works
Choose how many whole numbers to generate, then optionally prevent duplicates before generating a fresh set.
Useful for
- Choosing a player
- Rolling a virtual four-sided die
- Picking from four options
A quick tip
Assign each option a number before generating so the result stays transparent for everyone. Turn on duplicate protection when drawing several different options.
How the 1-4 number picker works
Each result is an unbiased whole number from 1 through 4. Generate one result for a quick choice or several results for a short sequence.
When to avoid duplicate numbers
Use no-repeat mode when each number should represent a different player, option, or position. Because this range has only four values, no-repeat mode can return at most four results.
A simple digital four-sided die
Map 1, 2, 3, and 4 to four equally likely outcomes, then generate a result whenever you need a quick virtual roll.
FAQ
How does the Random Number Generator 1-4 work?
It returns whole numbers from 1 through 4, including both endpoints. Choose the number of results and generate again whenever you need a fresh set.
Can I generate numbers without repeats?
Yes. Turn on duplicate protection to receive distinct numbers. The number of unique results cannot exceed the size of the selected range.
Are the numbers from 1 to 4 equally likely?
Yes. Every whole number in this range has the same chance on each independent draw.