let rand = Math.random(); //between (0 <= rand < 1) let rand2 = Math.random() * 100; // (0 <= rand2 < 100)