sampler_random_int
Generate multiple random integers within a specified inclusive range. Provide low and high bounds, optionally set count and seed. Returns array of random values.
Instructions
[sampler] Generate n random integers in [low, high] inclusive. Returns {values}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| low | Yes | ||
| high | Yes | ||
| n | No | ||
| seed | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |