Random Pickers

List Shuffler

Randomize a list with optional numbering and duplicate removal, then copy or download the order.

🔒 Your list is processed locally in your browser. It is not uploaded unless you create a share link.

Input & settings

Result

Configure the tool, then run it.

Result history

  1. No results yet.
Quick answer

What does this tool do?

List Shuffler applies a Web Crypto Fisher–Yates shuffle to every line in a list. It can remove case-insensitive duplicates, restore alphabetical order, and export the current sequence.

Algorithm
Fisher–Yates shuffle
Maximum list size
1,000 entries
Duplicate cleanup
Optional
Output
Text, copy and CSV
About this tool

Why use this tool?

Reorder names, tasks, questions or any line-based list with a Web Crypto Fisher–Yates shuffle. You can remove duplicates, add sequence numbers, restore alphabetical order and export the current order.

How to use it

  1. Paste one item per line.
  2. Choose duplicate removal and numbering.
  3. Shuffle the list.
  4. Copy, sort or download the current order.

Common use cases

  • Randomize an agenda
  • Mix quiz questions
  • Create a task order

Practical examples

  1. Randomize quiz questions before printing.
  2. Mix a task backlog into a fresh review order.
  3. Shuffle player names before assigning numbered positions.

How it works

Random values come from window.crypto.getRandomValues(). Lists are shuffled with an unbiased Fisher–Yates process. For a wheel, the result is chosen before the animation; for weighted entries, each positive weight defines its share of the total probability.

Limits to understand

Privacy

Input and results stay inside this browser during normal use. Local saving is optional. If you select Create Share Link, the visible list and settings are uploaded under a hard-to-guess token and expire automatically.

Last reviewed: August 27, 2026

List Shuffler FAQ

Is my list uploaded?

No. Entries are processed in your browser unless you explicitly create a share link.

What kind of randomness is used?

The browser Web Crypto API supplies unbiased random values. Wheel animation only reveals a result chosen in advance.

Does it work on phones?

Yes. The controls, results and wheel adapt to current mobile browsers and keyboard navigation.

Can I reuse my settings?

Yes. Device storage can remember recent settings unless you turn off local list saving.

Is this suitable for a certified lottery?

No. It is a general-purpose classroom, work, event and decision tool, not a regulated drawing system.

Related tools

Related guides