细节修复、部分bug修复
This commit is contained in:
@ -17,7 +17,7 @@ public class RandomUtils {
|
||||
if (i == 0) {
|
||||
index[i] = random.nextInt(size);
|
||||
} else {
|
||||
random(random, index, i, size);
|
||||
index[i] = random(random, index, i, size);
|
||||
}
|
||||
}
|
||||
return index;
|
||||
|
||||
Reference in New Issue
Block a user