Random number generator without repeats — guide
A random number generator without repeats draws unique integers from a finite pool. The common case is a random number generator between 1 and 100 for classrooms, raffles and percent ranks. This pro tool shuffles with Web Crypto, shows an indexed table, and exports CSV for spreadsheets.
How it works
- Build all integers from min to max inclusive.
- Fisher–Yates shuffle using cryptographic randomness when available.
- Take the first N values as your unique sample.
Set bounds, choose count, generate, copy or download CSV. Mobile and PC share the same fair algorithm with no server upload.
Use cases
- Classroom student or question picks
- Contest ticket draws without replacement
- Audit and research sampling
- Game initiative and encounter tables