random_float
Generate a random decimal number between a minimum and maximum value, with adjustable precision for simulations, games, and sampling.
Instructions
Generate a random floating-point number between min and max
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max | Yes | Maximum value | |
| min | Yes | Minimum value | |
| precision | No | Decimal places (default: 10) |