randomEx(max, exception) { new rand = random(max); while(rand == exception) { rand = random(max); } return rand; }