Random Picker

Pick a random value from a list.

Result

Related tools

How it works

  1. 1Paste a list with one item per line (e.g., names, options, choices).
  2. 2Click Pick.
  3. 3One item is randomly selected using crypto.getRandomValues for cryptographically fair randomness.
  4. 4Useful for raffles, decisions, or random selection.

Example

Input: Alice
Bob
Carol
Output: Bob (randomly selected)