Skip to main content
Glama

Random Number MCP

by zazencodes
MIT License
35
  • Apple

random_float

Generate custom floating-point numbers within a specified range using this tool. Set lower and upper bounds to create precise random values for simulations, testing, or data modeling.

Instructions

Generate a random float between low and high.

Args: low: Lower bound (default 0.0) high: Upper bound (default 1.0)

Returns: Random float between low and high

Input Schema

NameRequiredDescriptionDefault
highNo
lowNo

Input Schema (JSON Schema)

{ "properties": { "high": { "default": 1, "title": "High", "type": "number" }, "low": { "default": 0, "title": "Low", "type": "number" } }, "type": "object" }

Other Tools from Random Number MCP

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/zazencodes/random-number-mcp'

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