vrl 0.32.0

Vector Remap Language
Documentation
{
  "anchor": "random_bool",
  "name": "random_bool",
  "category": "Random",
  "description": "Returns a random boolean.",
  "arguments": [],
  "return": {
    "types": [
      "boolean"
    ]
  },
  "examples": [
    {
      "title": "Random boolean",
      "source": "is_boolean(random_bool())",
      "return": true
    }
  ],
  "pure": true
}