fix: mix table init

This commit is contained in:
2025-11-05 09:46:23 +01:00
parent 3dec539b26
commit 5f89d4f109
2 changed files with 2 additions and 5 deletions
+1 -1
View File
@@ -93,7 +93,7 @@ class TableGenerator {
this.minMixScore = 0;
this.maxMixScore = 0;
this.lastIndexes = [];
this.mixTable = this.initMixTable();
this.mixTable = this.initMixTable(seed);
}
initIndexScores() {