<!-- Markdown version of https://ocxly.com/random-picker.html · auto-generated, may lag the live page -->

# Random Picker

Paste a list — one option per line — and draw fair winners. Pick a single winner or several at once, and optionally remove winners as you go so no one is drawn twice. Ideal for raffles, giveaways, team assignments and tie-breaks. Runs entirely in your browser.

### How it works

The list is shuffled with a Fisher–Yates shuffle driven by `crypto.getRandomValues`, the browser's cryptographically secure random source, so every ordering is equally likely and no position is favoured. The requested number of winners is taken from the front of the shuffled list. With "remove winners" enabled, chosen names are stripped from the input so repeated draws never reselect them. Nothing is uploaded.

---
*Source: [ocxly.com/random-picker.html](https://ocxly.com/random-picker.html) — OCXLY, free 100% client-side privacy-first tools. Free random picker and raffle drawer using secure randomness — pick one or many fair winners with optional remove-as-you-go, entirely in your browser.*
