QuickFreeTools

Online Random Number Generator

Generate a random number within a specified range (min and max inclusive).

Frequently Asked Questions

Is the range inclusive?
Yes. Both min and max can be drawn. For integers, min and max are included.
Can I get decimals?
Yes. Enter decimal min/max to get a random decimal in that range.
How random is it?
Uses JavaScript Math.random(); suitable for games and simple use, not cryptographic.

Related Calculators