GenerateRandomSearch

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

  1. Enter one item per line, optionally adding ": weight" after it (e.g. "Pizza: 3").
  2. Items without a weight count as 1.
  3. 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