Random Picker for Meetings
Use number mode for a quick session or paste a real participant list. Progressive mode removes selected entries from the remaining pool so everyone can receive a fair turn.
Random picker consoleReady to draw
Ready to draw
Total30
Drawn0
Remaining30
Data handling notes
- Names can be separated by lines, commas, semicolons, or common Chinese punctuation.
- Selection uses the browser cryptographic random source instead of `Math.random`.
- Only the latest configuration is stored locally; draw history is not restored after refresh.
FAQ
Can duplicate names count as separate entries?Yes. Disable deduplication and each repeated entry remains an independent slot.
Does progressive mode survive refresh?No. Refresh restores configuration but intentionally starts a new draw session.