🎲
πŸ“Š

Random Sampling for Research

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

Tidak perlu login

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

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
Unduh
Get your result instantly. Nothing is stored after you leave the page β€” complete privacy.

Mengapa milik kami?

βœ“Sepenuhnya gratis β€” tidak ada biaya tersembunyi, selamanya
βœ“Tidak perlu akun, email, atau login
βœ“File tidak pernah meninggalkan perangkat Anda
βœ“Tidak ada batasan ukuran file sama sekali
βœ“Tidak ada tanda air pada output apa pun

Also check out…

Pertanyaan yang sering diajukan