Loading

摘要: 在《Core JAVA》中有个随机生成六位不重复数值的算法,大二用过一次,今天在写《Algorithms》的练习题遇到类似的问题,特贴出! 1 // 随机生成六位不重复的数字 2 private static int generate6BitInt() { 3 int[] arr = {0,... 阅读全文
posted @ 2015-03-04 12:30 dai.sp 阅读(4459) 评论(0) 推荐(0) 编辑