uuutil ← all tools

Random picker

Paste your list, one entry per line (blank lines are ignored), and pick N winners without replacement with a re-pick button, shuffle the whole list, or split it into N teams of balanced size — when the list does not divide evenly, the first teams get one extra member. Randomness is crypto-grade with rejection sampling, the same unbiased approach as the text sorter. The no-repeat mode excludes previous winners for this session, remembered in memory only.

Privacy ledger

Data acquired None.
Libraries used Lit 3 — bundled into the tool file itself.
Data stored None.
Data transmitted None.

Use it on your own page

Download the tool as a single self-contained HTML file: readable source with the Lit library included, zero network requests — it works opened straight from your disk, and you can customize everything.

Prefer the hosted widget? One script tag embeds it and stays up to date:

<script type="module" src="https://uuutil.com/tools/random-picker.js"></script>
<uu-random-picker lang="en"></uu-random-picker>

Source license: MIT — free to use, modify and redistribute; keep the license notice in copies.