What no repeats means
A normal random number generator can return the same number again on the next roll.
This page works differently. Roll100 starts with every number from 1 to 100 in a
shuffled pool. When a number is picked, it moves into the drawn list and cannot
appear again until you reset the pool.
That makes it useful when duplicates would break the flow. A teacher can call on
numbered students, a group can assign prompt numbers, a game host can draw table
entries, or a giveaway draft can avoid pulling the same numbered slot twice.
The main number tile always shows the latest draw. The progress tiles show how many
numbers have been drawn and how many are still left. When the pool reaches zero,
Roll100 tells you to reset before drawing again.
Single draws vs batch picks
Use this no-repeat generator when you want one number at a time and you want each
tap to feel like drawing from a deck. The sequence is visible and easy to copy, but
the focus stays on the latest result.
If you need a whole list immediately, use the multiple numbers page instead. It can
pick 5, 10, or more numbers from 1 to 100 in one tap. Both pages support unique
results, but this page is better for live draws and the multiple picker is better
for batch lists.
If you need a single percentile die roll for a game table, use the
D100 Roller. It is still a 1-100 roll, but the
page is tuned for tabletop language and shareable d100 results.
The default range here is fixed to 1-100 because this page targets a clear search
need: random number generator 1-100 no repeats. Keeping the pool fixed makes the
tool faster to understand and easier to screenshot.
Copy or share the sequence
The Copy button saves the latest result, the drawn sequence, and a URL that restores
the same state. That is useful when you need to paste a transparent draw history into
a note, group chat, or quick decision thread.
Shared links keep the drawn numbers in the URL. Roll100 does not require an account
or server-side storage to restore the sequence. It stays lightweight and fast, but
you should only share links whose visible number history is okay to make public.
For official contests, legal decisions, or audited drawings, use a process designed
for that requirement. Roll100 is a quick web tool for casual number picking,
classrooms, games, and lightweight sharing.