gpt4 book ai didi

java - 你如何使用 math.random 生成随机整数?

转载 作者:太空狗 更新时间:2023-10-29 22:59:17 25 4
gpt4 key购买 nike

如何使用 Math.random 生成随机整数?

我的代码是:

int abc= (Math.random()*100);
System.out.println(abc);

打印出来的都是0,我该如何解决?

最佳答案

将 abc 转换为整数。

(int)(Math.random()*100);

关于java - 你如何使用 math.random 生成随机整数?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8610635/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com