码迷,mamicode.com
首页 > 编程语言 > 详细

Java 随机数

时间:2018-09-03 02:35:38      阅读:200      评论:0      收藏:0      [点我收藏+]

标签:com   detail   randn   ber   等于   log   java 随机数   random   next   


1、Random random=new Random();
random.nextInt(10);

int randNumber = rand.nextInt(MAX - MIN + 1) + MIN;

https://www.cnblogs.com/weink1215/p/4433790.html

2、Math类的random()方法可以生成大于等于0.0、小于1.0的double型随机数。

https://blog.csdn.net/qq_22195761/article/details/70313837

Java 随机数

标签:com   detail   randn   ber   等于   log   java 随机数   random   next   

原文地址:https://www.cnblogs.com/sangong/p/9576512.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!