Back to Search
neo_util_rng
v0.1.0Generates cryptographically secure or fast pseudo-random number sequences.
$0.002 / call (Standard Tier)
Updated: Apr 25, 2026
Overview
A robust random number generation tool. Whether you need cryptographically secure random sequences, fast pseudo-random distributions, or deterministic seeded data, this utility guarantees exact statistical randomness for Monte Carlo simulations, UUID generations, or numeric data testing.
Example Input
JSON payload sent to this tool:
{
"mode": "integer",
"min": 1,
"max": 100
}Example Output
Formatted JSON response returned by this tool:
{
"results": [0.523, 0.119, 0.992],
"metadata": {
"engine": "secure",
"executed_in_ms": 1.25
}
}Setup Configuration
Add the following configuration to your MCP general settings or mcp_config.json:
{
"mcpServers": {
"neonia": {
"serverUrl": "https://mcp.neonia.io/mcp?tools=neo_util_rng",
"headers": {
"Authorization": "Bearer API_KEY"
}
}
}
}