function GetRandom(max){ return Math.floor(Math.random() * Math.floor(max)) } GetRandom(3); //returnval 0, 1, 2