Math.randum code example
Example 1: math.random
int random = (int) (Math.random()*(max-min+1)+min);
Example 2: math.random js
Math.floor(math.random() * 10);
int random = (int) (Math.random()*(max-min+1)+min);
Math.floor(math.random() * 10);