I have not missunderstood sequential access.
For example, for a random integer in range 0-10 from stream :
- If Seed 0 generates 3, 6, 1, 5, …
- And Seed 1 generates 4, 7, 8, 9, …
With the following BP
- in the Level BP for Seed 0 I get 3 and 6, for Seed 1 I get 4 and 7.
- in the Character BP for Seed 0 I get 3 and 6, for Seed 1 I STILL get 3 and 6
In the Character BP I always get 3 and 6, whatever the seed is. I want to know if there is a reason for that, and if so why. And if there is no reason it might be a bug.