🎲
📊

Random Sampling for Research

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

Регистрация не требуется

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

Как это работает

1
Ввод
Enter your data into the tool above. Everything stays local to your browser.
2
Обработка
The tool processes your data instantly in your browser using JavaScript. No server, no waiting.
3
Скачать
Get your result instantly. Nothing is stored after you leave the page — complete privacy.

Почему наш?

Полностью бесплатно — никаких скрытых затрат, никогда
Не нужен аккаунт, email или регистрация
Файлы никогда не покидают ваше устройство
Никаких ограничений по размеру файлов
Без водяных знаков на любых результатах

Also check out…

Часто задаваемые вопросы