random_number
Generate random integers within a specified range for testing, simulations, or random selection tasks.
Instructions
Generate a random number within a range.
Args: min_val: Minimum value (default: 1) max_val: Maximum value (default: 100)
Returns: A random integer between min_val and max_val
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| min_val | No | ||
| max_val | No |