Skip to content

Instantly share code, notes, and snippets.

@MichaelDrogalis
Created March 28, 2024 15:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MichaelDrogalis/625eed8871b605ed6744e89f735d3219 to your computer and use it in GitHub Desktop.
Save MichaelDrogalis/625eed8871b605ed6744e89f735d3219 to your computer and use it in GitHub Desktop.
{
"_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