$devtoolkit.sh/tools/random-picker

Random Picker

Pick random items from a list with optional duplicates.

$items (one per line)
0 chars1 lines
options

Related Tools

FAQ

Can I pick more items than are in the list?
Only if duplicates are enabled. With duplicates off, the pick count is capped at the list size.
Is the randomness truly random?
The tool uses the browser's Math.random(), which is a pseudorandom number generator suitable for everyday use but not cryptographic purposes.
How do I re-pick?
Click the Spin button to generate a new random selection without clearing your list.

The Random Picker lets you paste a list of items (one per line) and randomly select N of them. Control how many items to pick and whether duplicates are allowed. Hit Spin to re-randomise instantly. Useful for picking raffle winners, random team assignments, or any selection task.

/tools/random-pickerv1.0.0