

function getRandmNum(size) {

rNum = Math.ceil(Math.random()*size);

return rNum


}
