PIbd-14_Calimullin_A.R._Lab03_Hard #3

Closed
Bloody_Arthur wants to merge 10 commits from Lab3 into Lab2
Showing only changes of commit 916ebee85d - Show all commits

View File

@ -21,6 +21,7 @@ public class Constructor<T extends EntityAirCraft, U extends IDrawEngine> {
public DrawningAirCraft getRandomAirCraft() {
Random rnd = new Random();
int entityIndex = rnd.nextInt(0, 3);
int engineIndex = rnd.nextInt(0, 3);