본문으로 건너뛰기
ko
목록과 숫자 무료 · 비공개

랜덤 단일 픽커

목록에서 한 항목을 무작위로 고릅니다.

Pick one item from any list — perfect for raffles, decisions, or who-goes-first.

Paste. Put any list in the box, one item per line.

0개 항목

하나 고르기을(를) 누르면 결과가 표시됩니다.

옵션
최근 결과
  • 기록이 아직 없습니다.

작동 방식

  1. Paste. Put any list in the box, one item per line.
  2. Pick. Hit Randomize. You can re-roll any time.
  3. Track. Turn on "No repeats" to make sure the same item isn't picked twice this session.

자주 묻는 질문

How does the picker choose an item?

Each line has exactly equal probability. The tool picks a uniformly random index using the Web Crypto API (crypto.getRandomValues) with rejection sampling, so there is no modulo bias favoring items near the top of your list.

Can it avoid picking the same item twice?

Yes. Turn on "No repeats" in Options and previously picked items are skipped until everything on the list has won once, at which point the memory clears itself and the full list is back in play.

What does the Seed field do?

Enter any word or number and the pick becomes reproducible: the same seed with the same list always selects the same item. Leave it blank and every pick is a fresh cryptographically random draw.

How is this different from the spinner wheel?

The underlying selection is identical and equally fair. This picker shows the answer instantly, which suits quick decisions; the Spinner Wheel Picker adds a few seconds of animated suspense, which works better in front of an audience.

Where can I review earlier picks?

The History panel under the tool keeps your ten most recent picks, saved only in your browser's local storage. Clear it any time, or use the Copy and Share link buttons to pass a result on.

관련 랜덤 도구

Further reading

피드백 보내기

버그를 발견했거나, 새 기능을 원하거나, 그냥 인사를 하고 싶다면 알려주세요.