random_float
Generate a random float between a specified low and high bound, providing controlled decimal randomness for simulations, games, or data sampling.
Instructions
Generate a random float between low and high.
Args: low: Lower bound (default 0.0) high: Upper bound (default 1.0)
Returns: Random float between low and high
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| low | No | ||
| high | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |