1
0
Fork 0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2025-07-03 12:06:31 +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

@ -97,6 +97,10 @@ document.body.appendChild(table);
"value": "nonPersistent",
"label": "non persistent"
},
{
"value": "constant",
"label": "constant"
},
{
"value": "persistent",
"label": "persistent"