Use this random number generator to pick a number between any minimum and maximum for giveaways, games, classroom activities, and quick simulations—no dice or scratch code required.
Enter your range, generate a value, and optionally round it to an integer for ticket numbers, indexes, or other discrete choices, all powered by a simple Math.random()-based engine.
Ideal for casual randomness—such as choosing a winner, assigning teams, or generating test data—while avoiding the complexity of cryptographic random APIs when they aren’t necessary.