菜鸟的博客

纵有疾风起,人生不言弃。

导航

2023年9月21日 #

PPT题目

摘要: 1 //生成一千个随机数 2 public class LinearCongruentialGenerator { 3 private static final long MODULUS = 2147483647; // 2^31 - 1 4 private static final long MU 阅读全文

posted @ 2023-09-21 21:38 hhmzd233 阅读(19) 评论(0) 推荐(0)