摘要: 随机数Int的生成生成无边界的Int@Testpublic void testRandom_generatingIntegerUnbounded() throws Exception { int intUnbounded = new Random().nextInt(); System.out.println(intUnbounded);}生成有边界的Int@Testpublic void... 阅读全文
posted @ 2017-04-09 09:56 知行、真我 阅读(39546) 评论(1) 推荐(4) 编辑