Created
March 28, 2024 15:02
-
-
Save MichaelDrogalis/625eed8871b605ed6744e89f735d3219 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"_gen": "weightedOneOf", | |
"choices": [ | |
{ | |
"weight": 98, | |
"choice": { | |
"_gen": "add", | |
"args": [ | |
{ "_gen": "var", "var": "pickup" }, | |
{ | |
"_gen": "normalDistribution", | |
"mean": 600, "sd": 100 | |
} | |
] | |
}, | |
"weight": 2, | |
"choice": { | |
"_gen": "subtract", | |
"args": [ | |
{ "_gen": "var", "var": "pickup" }, | |
{ | |
"_gen": "normalDistribution", | |
"mean": 1000, "sd": 50 | |
} | |
] | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment