🎲
πŸ“Š

Random Sampling for Research

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

Nessun accesso richiesto

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

Come funziona

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

PerchΓ© il nostro?

βœ“Completamente gratuito β€” nessun costo nascosto, mai
βœ“Nessun account, email o accesso richiesto
βœ“I file non lasciano mai il tuo dispositivo
βœ“Assolutamente nessun limite di dimensione file
βœ“Nessuna filigrana su nessun output

Also check out…

Domande frequenti