Issue using random streams

If I keep the seed the same, the ‘bar chart’ is always the same.

Right, but are you setting the stream with a random int or an incrementing int?

Incrementing int, that mass of blocks was seeds 1-100.

Nobody says anything about what digit the numbers start on, depending on the seed.

There’s no guarantee the first number will follow a flat distribution.

They might all start with 70, but veer off massively after that, for example.

1 Like

Right right, I see - so I guess I just got a lucky result that didn’t seem random? I’ll check with a couple of others but I expect that’s it.

Thanks for looking into it, really appreciate it!

No worries :slight_smile: