[
  {
    "modelParams": {
      "name": "CLT",
      "description": "",
      "steps": "100",
      "method": "rejection"
    },
    "blocks": [
      {
        "distribution": "Categorical",
        "name": "cube",
        "once": false,
        "params": {
          "ps": "1/6, 1/6, 1/6, 1/6, 1/6, 1/6",
          "vs": "1, 2, 3, 4, 5, 6"
        },
        "show": true,
        "type": "Random Variable",
        "typeCode": 0,
        "dims": "1"
      },
      {
        "initialValue": 0,
        "history": false,
        "name": "accum",
        "show": true,
        "type": "Accumulator",
        "typeCode": 3,
        "value": "cube",
        "min": "",
        "max": ""
      }
    ],
    "methodParams": {
      "samples": "1000"
    }
  }
]