Esempio n. 1
0
 private int getRandomValueInRange(int min, int max) {
   return Math.max(min, (int) Math.random() * max);
 }