Random Number Generator / Picker

Click “Get random!” to pick a random number between 1 and whatever you enter in the field below, inclusive. This generates a pseudo-random number using JavaScript's Math functions.

If you prefer, you can still use the original Random Number Picker.

Enter a number:

I want a numbers between 1 and…

Results:

Click “Get random!”
Click “Get old skool!”

Random number code based on JavaScript documentation on the Mozilla Developer Center.