/**返回的 long 型的最大值是 startLongValue+count-1(产生一个随机数) * param needCount * param count * param startLongValue * return */public static List randomNoRepeatLongArray(int needCount,int count,long startLongValue){//这种情况 会出现无限循环的if(needCount>c...
时间:2025-04-14 16:42栏目:行业资料