Inputs
- Values: List of numbers to map.
Inputs
Widgets
Outputs
Maps a list of input values to a new range. For example, if your input values go from 0 to 100, and you map them to 0.0 to 1.0, an input of 50 becomes 0.5. It automatically detects the min/max of the input batch relative to the frame.
| Widget | Type | Description |
|---|---|---|
| min_value | Float | The new minimum value for the output range. |
| max_value | Float | The new maximum value for the output range. |
Inputs
Widgets
Outputs
Generates a stream of random floating-point numbers within a specified range.
| Widget | Type | Description |
|---|---|---|
| min_value | Float | The lowest possible number. |
| max_value | Float | The highest possible number. |
| count | Int | How many random numbers to generate in the batch. |
Inputs
Widgets
Outputs
Performs mathematical operations between two numbers (A and B).
| Widget | Type | Description |
|---|---|---|
| operation | Dropdown | Choose from Add, Subtract, Multiply, Divide, Power, Logarithm, Minimum, Maximum, etc. |