Random Number Table Generator
Generate a printable table of random digits in rows and columns — the classic reference format used in statistics textbooks for manual random sampling.
Generate
How the Random Number Table Generator works
Before computers were common, statisticians relied on printed random number tables — large grids of random digits published in books like the RAND Corporation's famous 'A Million Random Digits' — to draw samples and simulate randomness by hand. This tool recreates that format digitally: a configurable grid of independent random digits from 0–9, useful for teaching the classic manual-sampling technique or for any situation calling for a physical, printable source of randomness.
To use it the traditional way, pick a starting point in the table and read digits in groups matching your ID number length (say, groups of 3 for a population of up to 999), moving in a consistent direction, and skipping any group that falls outside your valid ID range.
How to use it
Frequently asked questions
Why would I use this instead of a direct random number generator?
Random number tables are primarily valuable for teaching manual sampling techniques and for situations needing a printed, offline source of randomness rather than a live calculation.
Are the digits truly independent?
Yes, each digit is drawn independently using a cryptographically secure random source, matching the statistical properties expected of a genuine random digit table.
Can I print this table?
Yes — generate your table, then use your browser's print function to produce a physical copy for classroom or offline use.