Hello all
I’m trying to do something quite simple yet I can’t do it. I’m trying to generate a random value based on a seed, yet as you can see in the picture below, all numbers are different while I’m expecting X an Z to be exactly the same and expect Y an W to do the same. I know I can put one seeded float random node in 2 different pins but that’s not what I want as I’m trying to use the same seed on multiple particles.
I looked a lot online without finding anything, tried out a bunch of options with deterministic, ids, etc. I also created a new system and started from scratch, the issue still occurs.
Any help will be appreciated,
Thanks!