🎲
📊

Random Sampling for Research

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

Aucune connexion requise

🔒 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.

Comment ça marche

1
Saisir
Enter your data into the tool above. Everything stays local to your browser.
2
Traiter
The tool processes your data instantly in your browser using JavaScript. No server, no waiting.
3
Télécharger
Get your result instantly. Nothing is stored after you leave the page — complete privacy.

Pourquoi utiliser le nôtre ?

Entièrement gratuit — sans coûts cachés, jamais
Aucun compte, e-mail ou connexion requis
Les fichiers ne quittent jamais votre appareil
Aucune limite de taille de fichier
Aucun filigrane sur aucun résultat

Also check out…

Questions fréquemment posées