Random Picker works on a list you paste, one item per line. It can shuffle the whole list, draw a set number of items, or deal the list into teams.
It also rolls dice and picks a number in a range. Set a seed and any operation repeats exactly; leave it blank for secure randomness. It runs in your browser.
The same seed and settings always produce the same result, so you can share the seed to let others check a draw was fair.
Each pick is independent, so the same item can come up more than once. Without replacement, picks are distinct.
It uses the browser's cryptographic random source, which is suitable for casual prize draws and similar.
No. The tool runs entirely on this page.