Losowa liczba między 1 a 100 Java

Random r = new Random();
int randomInt = r.nextInt(100) + 1;
Delta Sierra