为了账号安全,请及时绑定邮箱和手机立即绑定

java 生成随机整数

java 生成随机整数

qq_花开花谢_0 2018-10-28 04:00:34
java 生成随机整数
查看完整描述

1 回答

?
RISEBY

TA贡献1856条经验 获得超5个赞

Random rand = new Random();
int i = rand.nextInt(); //int范围类的随机数
i = rand.nextInt(100); //生成0-100以内的随机数

i = (int)(Math.random() * 100); //0-100以内的随机数,用Matn.random()方式

查看完整回答
反对 回复 2018-11-13
  • 1 回答
  • 0 关注
  • 614 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信