Technically a random integer generator, this tool generates a random number between a given minimum and maximum. The min and max values are inclusive, so if you pass 1 and 3, the result could be any of 1, 2, or 3.
You can also specify a count to generate. Pressing download will download a CSV containing that many rows with a random number between your provided min and max values.