Code Flick TechnologiesToolscodeftech.com

Random Picker

Paste a list (one per line) and randomly pick one or many items. Useful for raffles, decision-making, sample selection.

100% in your browser. Files never uploaded.
5 items

How to use

  1. 1
    Paste your list
    One item per line.
  2. 2
    Set count and toggle duplicates
    Without duplicates is a Fisher-Yates shuffle (sampling without replacement).
  3. 3
    Click Pick
    Uses crypto.getRandomValues — actually random, not Math.random.

Related tools