random_integer
Generate a random integer between a minimum and maximum value (inclusive) to provide genuine randomness for games, simulations, sampling, and decision-making tasks.
Instructions
Generate a random integer between min and max (inclusive)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max | Yes | Maximum value (inclusive) | |
| min | Yes | Minimum value (inclusive) |