Generate random integers or decimals in any range. Perfect for lotteries, sampling, games, and testing data.
A random number generator (RNG) is a tool that produces numbers with no predictable pattern. Our free online tool uses your browser's built-in Math.random() function to generate integers or decimal values instantly within any range you define.
Unlike dice or physical randomizers, a software RNG can produce large quantities of numbers in milliseconds, handle arbitrarily large ranges, and enforce constraints like uniqueness — making it indispensable for developers, statisticians, educators, and anyone who needs unbiased numerical data.
All generation happens client-side in your browser. No numbers are sent to any server, logged, or stored. Your outputs stay entirely on your device.
// no signup, no install — just configure and generate.