I am trying to rotate points on curves a random distance. However when I use the rotate and random nodes it moves most of the points by the same value, and then one set of points it duplicates many times. I know the solution has to be simple, but everything I try doesn’t work. Any help would be great!
You flattened one list but not the other so their structure does not match. I don’t know what your next step is but the easiest thing would be to flatten both lists. The best thing to do you be to u flatten your random value list and match the tree structure to your list of points.