ComfyUI Node
Random Int
A ComfyUI node in random with 4 inputs and 3 outputs.
Random Int
- VALUE
- RANGE_FROM
- RANGE_TO
◄range_from0►
◄range_to1►
◄value0►
◄randomizedfalse►
Categoryrandom
Inputs (4)
| Name | Type | Default | Description |
|---|---|---|---|
| range_from | INT | 0 | Minimum integer value to generate. |
| range_to | INT | 1 | Maximum integer value to generate. |
| value | INT | 0 | The randomized value. Reused when 'randomized' is off. |
| randomized | BOOLEAN | false | Whether to generate a new random value on the next run. |
Outputs (3)
| Name | Type | Description |
|---|---|---|
| VALUE | INT | The generated (or stored) integer value. |
| RANGE_FROM | INT | Passthrough of the input value. |
| RANGE_TO | INT | Passthrough of the input value. |