তালিকা ও সংখ্যা ফ্রি · প্রাইভেট
র্যান্ডম একক পিকার
Picks one random item from your list.
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টি আইটেম
ফলাফল দেখতে একটি বাছুন-এ ক্লিক করুন।
অপশন
সাম্প্রতিক ফলাফল
- এখনও কোনো ইতিহাস নেই।
এটি যেভাবে কাজ করে
- Paste. Put any list in the box, one item per line.
- Pick. Hit Randomize. You can re-roll any time.
- 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.