random_float
Generate a random float within a specified range using customizable lower and upper bounds. Ideal for applications requiring precise random decimal values.
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 |
---|---|---|---|
high | No | ||
low | No |