🎲
πŸ“Š

Random Sampling for Research

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

Tiada log masuk diperlukan

πŸ”’ 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.

Cara ia berfungsi

1
Masukkan
Enter your data into the tool above. Everything stays local to your browser.
2
Proses
The tool processes your data instantly in your browser using JavaScript. No server, no waiting.
3
Muat turun
Get your result instantly. Nothing is stored after you leave the page β€” complete privacy.

Mengapa alat kami?

βœ“Percuma sepenuhnya β€” tiada kos tersembunyi, selama-lamanya
βœ“Tiada akaun, e-mel atau log masuk diperlukan
βœ“Fail tidak pernah meninggalkan peranti anda
βœ“Tiada had saiz fail langsung
βœ“Tiada tera air pada sebarang output

Also check out…

Soalan lazim