قوائم وأرقام مجاني · خاص
اختيار متعدد عشوائي
يختار 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.