Teams and Work

How to Choose a Meeting Presenter Randomly

Use an eligibility list and rotation history so surprise does not become unfairness.

Published · Reviewed

Quick answer

How to Choose a Meeting Presenter Randomly

Choose from people who are present, prepared and willing, then use a no-repeat rotation or history to prevent the same person being repeatedly selected. Randomness can distribute opportunities, but it should not override workload or accessibility concerns.

Recommended process

  1. Confirm availability before adding names.
  2. State the pass and repeat-selection rules.
  3. Select one presenter and record the rotation.
  4. Remove that person until the agreed cycle completes.

Worked example

Five department representatives are eligible for a two-minute update. One is selected and then removed from the local list; next week’s picker begins with the remaining four before the cycle resets.

What to check before using the result

How the random step is handled

Random Picker Tools uses window.crypto.getRandomValues() for browser-based selection. Integer results use rejection sampling to avoid modulo bias, and complete list orders use a Fisher–Yates shuffle. This addresses the software selection step; the organizer still controls eligibility, duplicate rules, consent, accessibility and any legal requirements.

Privacy note

Normal picking and shuffling happen in the browser. Use initials or non-sensitive identifiers when possible, avoid storing unnecessary source data, and create a share link only when temporary server storage is appropriate for the people represented in the list.

Key takeaway: Use an eligibility list and rotation history so surprise does not become unfairness.

Try the relevant tools

Related guides