본문으로 건너뛰기
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 is the pick chosen?

Each item has exactly equal probability. We pick a uniformly-random index using the Web Crypto API (crypto.getRandomValues) with rejection sampling, so there's no modulo bias.

Can it avoid repeats?

Turn on "No repeats" in Options and previously-picked items will be skipped until you reset, which is great for working through a list one winner at a time.

Does my list get sent anywhere?

No. Everything runs entirely in your browser, your list is never uploaded, and the tool keeps working even offline.

관련 랜덤 도구

피드백 보내기

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