Skip to main content
Glama

Pluggedin Random Number Generator

generate_random_choice

Randomly select items from a list using cryptographically secure randomness, specifying the number of choices and allowing or disallowing duplicates.

Instructions

Randomly select items from a given list using cryptographically secure randomness

Input Schema

NameRequiredDescriptionDefault
allow_duplicatesNoWhether to allow duplicate selections
choicesYesArray of items to choose from
countNoNumber of items to select

Input Schema (JSON Schema)

{ "properties": { "allow_duplicates": { "default": true, "description": "Whether to allow duplicate selections", "type": "boolean" }, "choices": { "description": "Array of items to choose from", "items": { "type": "string" }, "minItems": 1, "type": "array" }, "count": { "default": 1, "description": "Number of items to select", "minimum": 1, "type": "integer" } }, "required": [ "choices" ], "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