Hi, I try to do something like this: https://discourse.vvvv.org/t/1496 , with vectors instead of single values. Just randomly changing the order of many XYZ coordinates, but keep the vectors.
Example:
1,1,1
2,2,2
to
2,2,2
1,1,1
Can’t find a “getslice (value)”-Node. So I used the “select (value advanced)” and feed in the random ID’s. Somehow it’s not working (attached the Patch).
this will really shuffle the spread and not select random vectors. which means that all vectors of the input are in the output. non is doubled and none is left out: