Skip to main content
Glama

Pluggedin Random Number Generator

generate_random_boolean

Generate cryptographically secure random boolean values with customizable counts and probability settings. Ideal for simulations, testing, and decision-making applications.

Instructions

Generate cryptographically secure random boolean values

Input Schema

NameRequiredDescriptionDefault
countNoNumber of random booleans to generate
probabilityNoProbability of true (0.0 to 1.0)

Input Schema (JSON Schema)

{ "properties": { "count": { "default": 1, "description": "Number of random booleans to generate", "maximum": 1000, "minimum": 1, "type": "integer" }, "probability": { "default": 0.5, "description": "Probability of true (0.0 to 1.0)", "maximum": 1, "minimum": 0, "type": "number" } }, "required": [], "type": "object" }

Other Tools from Pluggedin Random Number Generator

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/VeriTeknik/pluggedin-random-number-generator-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server