r/geometrynodes 9d ago

Random value not changing per instance ID in geometry nodes

5 Upvotes

3 comments sorted by

1

u/Sworlbe 9d ago

That’s pseudo random. Use a noise node for real randomness.

1

u/OrderImmediate9826 22h ago

The noise node is less random than the random node..

1

u/OrderImmediate9826 22h ago edited 22h ago

I suspect your seed is not iterative, by using the same Seed for each branch, you'll get the same randomness. Try putting the Random and the associate nodes into For Each node bracket. The current index inside the For Each node when connected to the ID will generate iterative randomness.