number = random(5) + 1;
new RandomNumbers[5];for (new i; i < 5; i++){ RandomNumbers[i] = random(1000) + 1;}