Hello, I have been using getstream(current) as my random seed generator but it seems to not be random as every simulation has exactly the same output. The only way I can get the outputs of my simulations to change is by changing inputs of an object (e.g. change the bottom value of my beta distribution from 2.5 to 1.5).
Am I misunderstanding getstream(current)? And is there a way for all of my simulations to be truly random and change output/random seed with every new simulation?
Thanks.