Squares number generator
Draws the row strip and the column strip for a 10x10 squares grid — two independent 0-9 shuffles, seeded so anyone can check the draw wasn't re-rolled once money's on the board.
Common questions
Is the draw random?
Yes — Web Crypto's getRandomValues mints the seed, and the same seed always reproduces the same two strips, so a commissioner can post the seed before drawing and let the group verify it afterward.
Are the row and column draws really independent?
Yes — they're two separate shuffles of the digits 0-9, derived from the same seed but hashed under different labels, so the column strip is never a repeat or a mirror of the row strip.
Can I run a real squares pool from this?
This page only draws the numbers. Comped's squares pool builds the whole grid, draws the numbers itself, and shows the board live to everyone with the link.
Is it free / do I need an account?
Free, no account, no download — it runs entirely in your browser. Comped itself never charges by player count either, so a real pool built from a draw here stays free too.