comment générer un nombre aléatoire dans libgdx

// generates a random number between 0 and 10.
MathUtils.random(0, 10);
Pixel Freak