随机列表打乱器
把整个列表公平地随机排序。
Free online list randomizer using a fair Fisher-Yates shuffle. Paste any list of names, prizes, tasks, or items and get a randomized order.
Paste your list. One item per line. Names, prizes, tasks — anything.
0 项
点击 打乱列表 查看结果。
选项
最近结果
- 暂无历史。
工作原理
- Paste your list. One item per line. Names, prizes, tasks — anything.
- Shuffle. Click Randomize. We use a Fisher-Yates shuffle for a perfectly uniform result.
- Copy, share, or export. Use the buttons under the result. Share links round-trip your list.
常见问题
Is this truly random?
Yes — we use the browser's crypto.getRandomValues to drive an unbiased Fisher-Yates shuffle. Each possible permutation has exactly the same probability.
Does my list get sent anywhere?
No. The shuffle runs entirely in your browser, and your list never leaves your device or touches a server.
Can I reproduce a shuffle later?
Yes. Open Options and set a seed value; the same seed plus the same list always produces the identical order, which is useful for audits or sharing a verifiable result.
Is there a size limit?
Tens of thousands of items shuffle instantly. Very large lists above roughly 100,000 entries may slow your browser down.