{
  "name": "random",
  "ns": "math",
  "description": "Outputs a pseudo-random number between 0 and 1.",
  "phrases": {
    "active": "Providing a random number..."
  },
  "ports": {
    "input": {},
    "output": {
      "out": {
        "title": "out",
        "type": "number"
      }
    }
  },
  "fn": "output.out = Math.random()\n"
}