Losowa liczba systemu Android Studio między 1 a 10

int max = 10;
int min = 1;
random.nextInt(max - min + 1) + min
Glorious Gecko