Commit ade1a272 authored by Jérome Perrin's avatar Jérome Perrin

use more generic names for RNG parameters

parent 5e72b0ff
...@@ -35,21 +35,21 @@ schema = { ...@@ -35,21 +35,21 @@ schema = {
"stdev": { "stdev": {
"id": "stdev", "id": "stdev",
"type": "number", "type": "number",
"name": "Normal distribution standard deviation", "name": "Standard deviation",
"_class": "Dream.Property", "_class": "Dream.Property",
"_default": 0.1 "_default": 0.1
}, },
"min": { "min": {
"id": "min", "id": "min",
"type": "number", "type": "number",
"name": "Normal distribution minimum value", "name": "Minimum value",
"_class": "Dream.Property", "_class": "Dream.Property",
"_default": 0.1 "_default": 0.1
}, },
"max": { "max": {
"id": "max", "id": "max",
"type": "number", "type": "number",
"name": "Normal distribution maximum value", "name": "Maximum value",
"_class": "Dream.Property", "_class": "Dream.Property",
"_default": 1 "_default": 1
}, },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment