微信扫一扫打赏支持

Java生产1-100的随机数

直接调用Math里面的random即可,简单方便
int i = (int)(Math.random()*100+1);
posted @ 2017-05-14 05:02  范仁义  阅读(13298)  评论(3编辑  收藏  举报