java 中怎么产生一个25为或32为的随机数

如题所述

第1个回答  2012-07-31
Math.random() 把0和1替换成25和32
第2个回答  2012-08-02
int s=(int)(Math.random()*2)==0?25:32;
相似回答
大家正在搜