Generate one or many random integers between a minimum and maximum value. All randomness is generated locally in your browser using JavaScript.
Set your range, choose how many numbers you want, and optionally require unique results.
Note: This generator uses JavaScript’s Math.random() and is suitable for casual use,
not for cryptographic or security-sensitive purposes.