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 = {
"stdev": {
"id": "stdev",
"type": "number",
"name": "Normal distribution standard deviation",
"name": "Standard deviation",
"_class": "Dream.Property",
"_default": 0.1
},
"min": {
"id": "min",
"type": "number",
"name": "Normal distribution minimum value",
"name": "Minimum value",
"_class": "Dream.Property",
"_default": 0.1
},
"max": {
"id": "max",
"type": "number",
"name": "Normal distribution maximum value",
"name": "Maximum value",
"_class": "Dream.Property",
"_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