List Shuffler
Paste a list and shuffle it into a random order with a cryptographically secure Fisher–Yates shuffle.
Items
5
Shuffled list
Friday Monday Tuesday Wednesday Thursday
How this was worked out
- How it worksA Fisher–Yates shuffle driven by crypto.getRandomValues gives every ordering an equal chance.
Formula
Fisher–Yates shuffle with a uniform random index at each step.
Frequently asked questions
Yes — the Fisher–Yates algorithm with a uniform random source produces every permutation with equal probability.
Related tools
Keep going — these tools solve the problems that usually come next.
Password Generator
PopularCreate strong, random passwords — generated on your device.
Generators
Random Number Generator
PopularGenerate random numbers in any range.
Generators
Random Name Generator
Generate random first names, last names or full names.
Generators
Random Team Generator
Split any list of people into random teams.
Generators