随机数

生成一百个随机数,返回的是Stream流
IntStream random = new Random().ints(100);
posted @ 2023-09-01 11:55  一个有理想的猿  阅读(11)  评论(0)    收藏  举报