How are random numbers generated?
The tool uses JavaScript's built-in Math.random() function to produce random integers in your chosen range. This is a standard pseudo-random generator well-suited to games, raffles, and everyday decisions - it isn't a cryptographically secure source, so it shouldn't be used for passwords, PINs, or other security-sensitive purposes.