Homeโ€บ Fun & Miscellaneousโ€บ Random Choice Picker

Random Choice Picker

Pick a random item from a list. Great for deciding what to eat, what movie to watch, who goes first, or settling any tie. Optional weighted choice if some options should be more likely.

Inputs

Random pick
โ€”
Random order (full ranking)
โ€”
Total options
โ€”
Probability per option
โ€”

About Random Choice Picker

Truly random?

Yes โ€” uses crypto.getRandomValues, the same source used for cryptographic keys. Each option has equal probability of being picked.

Common uses

Picking restaurants when nobody can decide. Choosing what to do on a free weekend. Picking who pays the bill. Random song from a playlist. Order of presentations. Naming raffles.

Tip: limit to genuinely-okay options

Only include things youโ€™d actually be happy doing. Adding "options I donโ€™t really want" risks the picker selecting them โ€” defeating the purpose of using a random picker.