Random Float
Return a random float number between Min [inclusive] and Max [exclusive]. Note: Random with Min = 0.0 and Max = to 1.0, can't return 1.0f.
Ports
Inputs
| Port Name | Type | Default Value | Description |
|---|---|---|---|
| [Float] | The minimum number used for the random generation. | ||
| [Float] | 1 | The maximum number used for the random generation. This number will never be picked |
Outputs
| Port Name | Type | Default Value | Description |
|---|---|---|---|
| [Float] | Return the random float number generated. |