List Picker
Paste a list and draw items at random — perfect for giveaways and decisions.
History
Frequently Asked Questions
With replacement means an item can be picked more than once — like rolling a die multiple times. Without replacement means each item can only appear once in the result, like drawing cards from a deck without putting them back.
One item per line. Blank lines are ignored. Leading and trailing spaces are trimmed automatically.
Yes. The picker uses
crypto.getRandomValues() — cryptographic randomness — so results are unpredictable and unbiased. No data is sent to any server.