random() 方法用于返回一个随机数,随机数范围为 0.0 =< Math.random < 1.0。
static double random()
这是一个默认方法,不接受任何参数。
该方法返回 double 值。
public class Test{ public static void main(String args[]){ System.out.println( Math.random() ); System.out.println( Math.random() ); } }
编译以上程序,输出结果为:
0.5444085967267008 0.7960235983184115
在线实例
字符集 & 工具
最新更新
站点信息
关注我们