Appearance
Returns a random integer between min and max.
min
max
Example:
const value = getRandomInt(1, 10);