Skip to content
VELNARO

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

  1. 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.