Skip to main content
Glama

Pluggedin Random Number Generator

generate_random_float

Generate cryptographically secure random floating-point numbers within a specified range and precision. Customize output by setting minimum, maximum, count, and decimal places.

Instructions

Generate cryptographically secure random floating-point numbers

Input Schema

NameRequiredDescriptionDefault
countNoNumber of random floats to generate
maxNoMaximum value (exclusive)
minNoMinimum value (inclusive)
precisionNoNumber of decimal places to round to

Input Schema (JSON Schema)

{ "properties": { "count": { "default": 1, "description": "Number of random floats to generate", "maximum": 1000, "minimum": 1, "type": "integer" }, "max": { "default": 1, "description": "Maximum value (exclusive)", "type": "number" }, "min": { "default": 0, "description": "Minimum value (inclusive)", "type": "number" }, "precision": { "default": 6, "description": "Number of decimal places to round to", "maximum": 15, "minimum": 1, "type": "integer" } }, "required": [], "type": "object" }
Install Server

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