Stop regenerating seed from Heteroptera

Hi! I’m using a random number generator (from Heteroptera) to make variable lengths of vectors to move points. But I’m using the one from Heteroptera because it gives you a range based on a Gaussian curve. But the problem here it’s that (like other Heteroptera components) It generates a new seed always that I recompute the definition.

It’s any solution to stop regenerating the seeds? Or maybe antoher similar component.


These are the vectors that are being moved


And this it’s the definition

DEF ORDENADA.gh (201.8 KB)

missing

Using hidden wires makes your code hard to read - and images of code are useless.

15 standard Random components :question: Not including the Heteroptera random components :exclamation: :exclamation:

Thats why I’ve especified that im talking about Heteroptera, an specific plugin.

And I use hidden wires because this a definition form entire semester work, it’s huge (and it’s halfway done). Using just normal wire would make a mess.

But the capture of the section of definition i’ve uploaded, uses a domain to determinate the minimum and maximum amplitude of the vectors with a random (native grasshopper) component, which will be multiplicated with the results o the random heteroptera component (giving values from -1;1 with a gaussian progression). And the list length component its just the length of list of anchor points of the vectors