Draw bounded random integers or decimals with browser cryptographic randomness.
The frame below runs the same code as this page, in the reader's own browser. Nothing is sent to us, and nothing is sent to you.
Pick a dark background and the text and panels follow it, so the frame stays readable on a dark page.
Integer mode uses rejection sampling from a 32-bit random word to avoid modulo bias, while decimal mode divides a random word by 2³² to select values in the interval. Count repeats sampling independently.
Min: 1 Max: 6 Count: 5 Integers: true
5, 3, 1, 1, 2
Raffles draw tickets, test harnesses sample bounds, and games choose random integer or decimal inputs.