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.

Before you rely on the result

This tool is intended for fast inspection and routine preparation. It can save time, but it does not replace review when the result affects production systems, security settings, business data, or legal obligations.

  • Check representative inputs instead of assuming one example covers every edge case.
  • Do not paste secrets, private customer data, or credentials unless you have confirmed the page processes that data locally and the use is allowed by your organization.
  • Copy the output into your own workflow only after checking formatting, timezone, encoding, or syntax assumptions.
  • Everyday utilities avoid accounts and uploads, but meeting lists, names, and dates may still be sensitive in your organization. Keep only the minimum data needed for the task.

Real examples

Pick speakers from a meeting list

Paste real names when the meeting host needs a readable result instead of number labels.

Input
Alice, Bob, Chen, Dana
Result count: 2
Output
Example result: Bob, Dana

Quick number-mode draw

Use number mode when participants already have seat numbers, roster numbers, or sign-in order.

Input
Participants: 30
Result count: 1
Output
Example result: 17

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.