cara menghasilkan nomor acak di libgdx

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