天天看點

java随機數Math.random()

double random=Math.random();//傳回[0,1)随機數
(int)(Math.random()*6)//傳回0-5;随機數
(int)(Math.random()*6+1)//傳回1-6,随機塞子