I have a game which contains 3 levels. In each level I want to be able to add 5 enemies to the first, 8 to the second and 10 to the final level. I want them to be randomly placed. Is there a way to do this without adding the enemies manually but adding the specific amount enemies randomly each time the game is restarted?

