Пример #1
0
 public static final int random(final int n, final int n2) {
   return n + MathUtils.RANDOM.nextInt(1 + (n2 - n));
 }