Android génère un Int aléatoire

final int random = new Random().nextInt(61) + 20; // [0, 60] + 20 => [20, 80]
Disgusted Dotterel