Set a minimum limit on number of bytes
This commit is contained in:
parent
a0a369a7ef
commit
433abd1fbb
@ -31,7 +31,8 @@ class PseudoRandomNumberGenerator extends Operation {
|
||||
{
|
||||
"name": "Number of bytes",
|
||||
"type": "number",
|
||||
"value": 32
|
||||
"value": 32,
|
||||
"min": 1
|
||||
},
|
||||
{
|
||||
"name": "Output as",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user