1
0
Fork 0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2025-07-04 04:26:35 +02:00

Added "constant" rng.

This commit is contained in:
kkapsner 2017-08-07 17:43:57 +02:00
parent 4cb91462f7
commit 9da251b14d
6 changed files with 49 additions and 4 deletions

View file

@ -25,6 +25,9 @@
case "persistent":
setRandomSupply(randomSupplies.persistent);
break;
case "constant":
setRandomSupply(randomSupplies.constant);
break;
default:
setRandomSupply(randomSupplies.nonPersistent);
}