0
Q:

random number between min and max script

function getRandomNumberBetween(min,max){
    return Math.floor(Math.random()*(max-min+1)+min);
}
0

New to Communities?

Join the community