We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2157399 commit a1172a5Copy full SHA for a1172a5
docs/java/new-features/java17.md
@@ -51,7 +51,7 @@ RandomGeneratorFactory<RandomGenerator> l128X256MixRandom = RandomGeneratorFacto
51
// 使用时间戳作为随机数种子
52
RandomGenerator randomGenerator = l128X256MixRandom.create(System.currentTimeMillis());
53
// 生成随机数
54
-randomGenerator.nextInt(10));
+randomGenerator.nextInt(10);
55
```
56
57
## JEP 398:弃用 Applet API 以进行删除
0 commit comments