Java Math random() 方法
定义和用法
The random()
方法返回一个介于 0 和 1 之间的随机数。
此方法永远不会返回恰好为 1,但它可以返回 0。
语法
public static double random()
技术细节
返回 | 一个表示随机选择的介于 0 和 1 之间的数字(不包括 1 本身)的 double 值。 |
---|---|
Java 版本 | 任何 |
❮ Math 方法
The random()
方法返回一个介于 0 和 1 之间的随机数。
此方法永远不会返回恰好为 1,但它可以返回 0。
public static double random()
返回 | 一个表示随机选择的介于 0 和 1 之间的数字(不包括 1 本身)的 double 值。 |
---|---|
Java 版本 | 任何 |
If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]
If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]