• Numero Casuale 1
  • Numero Casuale 2

Numero Casuale

Genera un numero casuale usando la classe casuale Java.

Random rand = new Random();
rand.nextInt(Math.abs((firstChoice - secondChoice)) + 1) + Math.min(firstChoice, secondChoice);

https://github.com/amandafarrell/RandomNumberGenerato

Categoria : Strumenti

Ricerche associate