Random Name Picker
Pick one random name from a list you enter.
Pick one random name from a list you enter.
The Random Name Picker selects one random entry from a list you provide, one name per line. It is useful for giveaways, raffle drawings, choosing teams or making a random decision fairly.
For related tasks, try Password Generator, UUID v4 Generator or Lorem Ipsum Generator.
The tool uses the browser's random number generator to select one index from the list of entered names with equal probability for each entry.
From a list of five names, the tool selects one at random each time you select Pick a random name.
Yes, each pick is independent unless you remove the winning name from the list first.
It uses standard pseudorandom number generation, suitable for casual drawings and games.
No practical limit for typical list sizes.