New random seed for every branch with nodes

Attached -I need to create a random number that is different for every branch. Not sure how to have a seed change for each branch and not repeat as you can see in the attached screenshot.

this will generate N random integer numbers in range A for each branch in B

make sure to input a high enough max-seed value in C


[edit] and of course the only seed you play with (to refresh values) is this:

1 Like

Instead of changing seed for every branch:


random.gh (7.7 KB)

1 Like

Oh gotcha, I understand now. Thank you so much.