(int)Math.ceil(Math.random() * 100)
int number=(int)(Math.random)()×(100-1+1)+1
new Random().nextInt(100);
(int)(Math.Random()*101);