mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-07-03 12:06:31 +02:00
Added "constant" rng.
This commit is contained in:
parent
4cb91462f7
commit
9da251b14d
6 changed files with 49 additions and 4 deletions
|
@ -97,6 +97,10 @@ document.body.appendChild(table);
|
|||
"value": "nonPersistent",
|
||||
"label": "non persistent"
|
||||
},
|
||||
{
|
||||
"value": "constant",
|
||||
"label": "constant"
|
||||
},
|
||||
{
|
||||
"value": "persistent",
|
||||
"label": "persistent"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue