sampler_random_int
Generate random integers within a specified range for AI applications. Use this tool to create controlled random data sets by defining minimum, maximum, and quantity parameters.
Instructions
[sampler] Generate n random integers in [low, high] inclusive. Returns {values}.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| low | Yes | ||
| high | Yes | ||
| n | No | ||
| seed | No |