ComfyUI Node
Random Float
A ComfyUI node in random with 6 inputs and 5 outputs.
Random Float
- VALUE
- RANGE_FROM
- RANGE_TO
- PRECISION
- STEP
◄range_from0.00►
◄range_to1.00►
◄precision2►
◄step0.00►
◄value0.00►
◄randomizedfalse►
Categoryrandom
Inputs (6)
| Name | Type | Default | Description |
|---|---|---|---|
| range_from | FLOAT | 0.00 | Minimum float value to generate. |
| range_to | FLOAT | 1.00 | Maximum float value to generate. |
| precision | INT | 2 | Number of decimal places. |
| step | FLOAT | 0.00 | Snap generated values to this step grid. 0.0 means no stepping. |
| value | FLOAT | 0.00 | The randomized value. Reused when 'randomized' is off. |
| randomized | BOOLEAN | false | Whether to generate a new random value on the next run. |
Outputs (5)
| Name | Type | Description |
|---|---|---|
| VALUE | FLOAT | The generated (or stored) float value. |
| RANGE_FROM | FLOAT | Passthrough of the input value. |
| RANGE_TO | FLOAT | Passthrough of the input value. |
| PRECISION | INT | Passthrough of the input value. |
| STEP | FLOAT | Passthrough of the input value. |