← All tools

List Randomizer

Shuffle a list, pick N unique items, or draw a single winner. Items can be newline- or comma-separated. An optional numeric seed makes the result reproducible. Runs locally with no network.

Enter items and choose an action.

Fisher-Yates shuffle with a mulberry32 seeded RNG. Same seed → same shuffle. Runs locally with Math.random (or your seed).