fix: bad seed passed to generator

This commit is contained in:
2025-11-04 23:41:00 +01:00
parent 6b48f02cce
commit 48e871f9f3
+1 -1
View File
@@ -342,7 +342,7 @@ const app = createApp({
this.candidates,
mixThreshold,
slots,
this.seed
this.config.seed
);
this.table.splice(0, this.table.length);