random_normal
Produce random values from a normal distribution with custom mean and standard deviation. Ideal for simulations, sampling, and statistical analysis.
Instructions
Generate a random number from a normal distribution
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mean | No | Mean of the distribution (default: 0) | |
| stddev | No | Standard deviation (default: 1) |