Random Picker & List Shuffler
Pick a fair random winner or shuffle a list - uses cryptographic randomness.
About this tool
Pick a random winner from a list, shuffle entries into a random order, roll a die or flip a coin - using your browser’s cryptographic randomness, which makes the draw fair and impossible to bias.
Is the draw really fair?
Yes - entries are chosen with crypto.getRandomValues, not the weaker Math.random, so every line has exactly the same chance.
Can I use it for giveaways?
Absolutely: paste one participant per line and click Pick one. Screenshot the result for transparency.