ProtoFlux:Random Point In Square

From Resonite Wiki
Random Point In Square
*
Point

The Random Point In Square node returns a random float2 value of a point in a unit square, the X and Y will be in between -1 and 1 (exclusive).

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.

Outputs

* (float2)

The random result.