Random Number Generator

Provides random number generation utilities including pseudorandom and cryptographically secure operations for integers, floats, w

zazencodes 50 ↓ 15k
Claude CodeClaude DesktopGeneric
View source ↗

This MCP server provides random number generation utilities through six core tools covering both standard pseudorandom and cryptographically secure operations. Built by Alexander Galea using Python with FastMCP v2.0, it offers random integer and float generation, weighted item selection from lists, list shuffling, secure hex token generation, and secure random integers using Python's built-in random and secrets modules. The implementation features comprehensive input validation, type hints throughout, extensive error handling with descriptive messages, and a complete test suite, making it valuable for simulations, testing scenarios, security token generation, and building AI assistants that need reliable randomization capabilities without external dependencies.

Source

Repository: https://github.com/zazencodes/random-number-mcp

Maintain Random Number Generator?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

Random Number Generator on getagentictools
[![Random Number Generator on getagentictools](https://getagentictools.com/badge/mcp/zazencodes-random-number-mcp.svg)](https://getagentictools.com/mcp/zazencodes-random-number-mcp?ref=badge)