Nikasan
SetRandomNumber(int min, int max){ this.rundomNumber = ThreadLocalRandom.current().nextInt(min, max); }