generate_gaussian
Produce a random number based on a Gaussian (normal) distribution between 0 and 1 using MCP Rand's utility for statistical modeling or simulation needs.
Instructions
Generate a random number following a Gaussian (normal) distribution between 0 and 1
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"properties": {},
"type": "object"
}