细节修复、部分bug修复

This commit is contained in:
huangzhuanghua
2016-09-19 18:53:04 +08:00
parent 9fbd5ee72b
commit 29ba7a512e
27 changed files with 584 additions and 470 deletions

View File

@ -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;