Skip to main content

Random Name Picker

One name per line. Unique mode will not repeat a line in the same draw. No wheel on this page.

Rated 4.7 out of 5 based on 330 reviews

How to pick from a list

  1. Enter names or options, one per line. Empty lines are ignored.
  2. Set how many to pick.
  3. Leave Unique on unless repeats are wanted.
  4. Generate. For a spinning wheel, open the spin wheel page.

List pick

Uniform pick of lines via Web Crypto

Sourcecrypto.getRandomValues
UniqueShuffle then take the first N
WheelSeparate page with canvas animation

Pick names from a list

One name per line. Empty lines are ignored. The picker draws indexes with Web Crypto, the same source as the random-number tool. Count can be more than one. Unique avoids repeating a line until the list is exhausted.

Weights

There is no separate weight field. Duplicate a name on extra lines to raise its chance. For a spinning canvas, use spin the wheel.

Fairness

Each remaining line is equally likely at each draw. Reloading the page starts over. Nothing is uploaded.

List picker questions

Does this page upload what I type?
No. The work runs in the page you opened. CZNull does not receive the input.
Does order in the box matter?
Only as labeled lines. Each non-empty line is one ticket.
Can I pick more names than the list?
Not with unique on. Turn unique off to allow repeats.
Wheel animation?
Use spin the wheel. The pick method is the same family of Web Crypto index.
Uploaded?
No. Names stay in this tab.