רשימות ומספרים חינם · פרטי
בוחר מרובה אקראי
בוחר 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.