Random Picker
Pick a random value from a list.
Result
—
Related tools
How it works
- 1Paste a list with one item per line (e.g., names, options, choices).
- 2Click Pick.
- 3One item is randomly selected using crypto.getRandomValues for cryptographically fair randomness.
- 4Useful for raffles, decisions, or random selection.
Example
Input: Alice Bob Carol Output: Bob (randomly selected)