목록과 숫자 무료 · 비공개
랜덤 다중 픽커
목록에서 중복 없이 N개를 고릅니다.
Pick N items from any list with or without replacement.
0개 항목
고르기을(를) 누르면 결과가 표시됩니다.
옵션
최근 결과
- 기록이 아직 없습니다.
자주 묻는 질문
What is replacement?
With replacement, an item can be picked more than once. Without replacement, each pick is unique — that's the default.
Is the order significant?
No. The displayed order is just the order in which items were drawn, but every possible subset has an equal chance of being chosen.
Is it really random?
Yes. Picks come from the Web Crypto API (crypto.getRandomValues), which produces cryptographically sound, unbiased results — no predictable patterns.
Does my list get sent anywhere?
No. Everything runs entirely in your browser, so your list is never uploaded to any server, and the tool works offline.