Random Picker
Paste a list and let the browser pick a winner at random — fairly, with cryptographic randomness. Draw one or several, with or without removing winners. All local.
How it works
Your lines become a list, and winners are chosen with a Fisher–Yates shuffle driven by crypto.getRandomValues — so every option has exactly the same chance and picks are unbiased. Tick remove winners for a raffle-style draw where each name can only win once (the textarea updates as you go). Blank lines are ignored, and it all runs on your device.