🎲
📊

Random Sampling for Research

Generate random samples, assign random IDs, or select a random subset from a numbered dataset.

ورود لازم نیست

🔒 Every number uses your browser’s cryptographically-secure randomness (crypto.getRandomValues) — genuinely fair, not the predictable Math.random(). Nothing is sent anywhere.

Research tips

📊

For random sampling from N records, generate a list of K unique numbers in the range 1–N. Those row numbers become your sample.

💡

Unique mode ensures no record is sampled twice — equivalent to sampling without replacement, which is standard in most research designs.

🔐

Cryptographically secure randomness produces proper uniform distributions, suitable for scientific and statistical sampling.

📋

Export the list with "Copy all" to paste your random sample indices into Excel, R, Python, or your analysis tool.

نحوه کار

1
ورودی
Enter your data into the tool above. Everything stays local to your browser.
2
پردازش
The tool processes your data instantly in your browser using JavaScript. No server, no waiting.
3
دانلود
Get your result instantly. Nothing is stored after you leave the page — complete privacy.

چرا ابزار ما؟

کاملاً رایگان — هیچ هزینه پنهانی، هرگز
نیازی به حساب، ایمیل یا ورود نیست
فایل‌ها هرگز دستگاه شما را ترک نمی‌کنند
هیچ محدودیت حجم فایلی وجود ندارد
هیچ واترمارکی در هیچ خروجی‌ای

Also check out…

سؤالات متداول