Weighted Random Picker
Give some options a higher chance of being picked than others by assigning each one a weight. An item with weight 3 is three times as likely to be picked as one with weight 1.
How to use this tool
- Enter one item per line, optionally adding ": weight" after it (e.g. "Pizza: 3").
- Items without a weight count as 1.
- Press pick to get a weighted random result.
Common use cases
- Running a raffle where some tickets carry more entries
- Simulating loaded odds for a game
- Making some options more likely without excluding others