📜  如何在所需范围内生成随机数java代码示例

📅  最后修改于: 2022-03-11 14:52:34.943000             🧑  作者: Mango

代码示例1
Random r = new Random();
int n = r.nextInt(49) + 1;