Random Picker
Enter items and pick randomly with slot machine animation
0 items
to pick
Overview
Enter a list of items and pick one at random. A slot machine animation adds fun to the selection process. Use it for lunch menu decisions, presentation order, team assignments, prize draws -- anytime you need to settle something randomly.
Key Features
- Enter items directly (newline or comma separated)
- Slot machine style random pick animation
- Option to exclude picked items for re-draws
- Pick multiple items at once
- Pick result history
How to Use
- Enter items one per line or separated by commas.
- Press the Pick button to see the slot machine animation and result.
- Optionally exclude already-picked items for the next draw.
Tips
- For team lunch -- have each member add one option, then run a fair random pick.
- To set a full presentation order, enable the 'exclude picked' option and draw repeatedly.
- Adding too many items (100+) may slow down the animation.
FAQ
- Is the randomness truly fair?
- It uses the browser Math.random() or crypto API, providing a sufficiently uniform distribution. For non-cryptographic draws, fairness is not a concern.
- Can I enter the same item more than once?
- Yes. Entering the same item multiple times increases its selection probability, which is useful for weighted draws.
- Can I share the pick results?
- You can copy the result history to share it. A dedicated link-sharing feature is not currently available.