random_int
Generate random integers within a specified range for mathematical simulations, testing, or random sampling applications.
Instructions
Generate a random integer between min_val and max_val (inclusive). (Domain: arithmetic, Category: general)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| min_val | Yes | ||
| max_val | Yes |