I have a spread, and I want to scramble the content at random, changing the slice sequal so to speak.
But I am idea-less on how to do it, I patched something to shuffle 1 value, I could redo it 10 times, but that is not elegant, and what if I end up with a spread off 100 slices?
Anyway, hope someone has thought off this before and could come up with a solution.
heres a version with just a “random (value)” node and without the “random spread”. the trick here is to spread the enable pin of random with a select node.