How does the random number generator work?
The random number generator uses JavaScript's Math.random() function to generate cryptographically random numbers within your specified range. You set the minimum and maximum values, choose how many numbers to generate, and decide whether duplicates are allowed. All generation happens in your browser for maximum privacy.