ProtoFlux:Random Lerp Float2

From Resonite Wiki
Revision as of 00:22, 25 July 2024 by AmasterAmaster (talk | contribs) (Created a page for the Random Lerp Float2 node.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Random Lerp Float2
Min
*
Max
Random

The Random Lerp Float2 node takes in a min and max value and returns a random float2 value.

This node constantly changes its value every frame, if you want to use this value, make sure to either Write to a Variable or use it within that frame.
This is a lerp node, meaning that this picks a point between two points randomly, inherently linking them in a sense. If you wanted a random float2, use the Random Float2 node instead.

Inputs

Min (float2)

The minimum this random value can be (exclusive). The default is 0, 0.

Max (float2)

The maximum this random value can be (exclusive). The default is 1, 1.

Outputs

* (float2)

The random result.