mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-07-04 04:26:35 +02:00
Added "constant" rng.
This commit is contained in:
parent
4cb91462f7
commit
9da251b14d
6 changed files with 49 additions and 4 deletions
|
@ -25,6 +25,9 @@
|
|||
case "persistent":
|
||||
setRandomSupply(randomSupplies.persistent);
|
||||
break;
|
||||
case "constant":
|
||||
setRandomSupply(randomSupplies.constant);
|
||||
break;
|
||||
default:
|
||||
setRandomSupply(randomSupplies.nonPersistent);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue