diff --git a/index.html b/index.html index 21229e3..161a27f 100644 --- a/index.html +++ b/index.html @@ -65,10 +65,7 @@ None - Maybe - Some - A lot - Mostly + ~{{config.mix}}% diff --git a/main.js b/main.js index e651544..389a1cc 100644 --- a/main.js +++ b/main.js @@ -93,7 +93,7 @@ class TableGenerator { this.minMixScore = 0; this.maxMixScore = 0; this.lastIndexes = []; - this.mixTable = this.initMixTable(); + this.mixTable = this.initMixTable(seed); } initIndexScores() {