Commentaire Gnrer un Nombre Aloire en Java

<p>Random rand = new Random(); 
int nombreAleatoire = rand.nextInt(max - min + 1) + min;</p>
Frightened Flamingo