🎲
πŸ“Š

Random Sampling for Research

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

No login required

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

How It Works

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

Why use ours?

βœ“Completely free β€” no hidden costs, ever
βœ“No account, email, or login required
βœ“Files never leave your device
βœ“No file size limits whatsoever
βœ“No watermarks on any output

Also check out…

Frequently Asked Questions