Use global Numpy random state
I am seeding the global random number generator with `np.random.seed`. I want MCMC sampling to respect the state of this random number generator.
Showing
Please register or sign in to comment
I am seeding the global random number generator with `np.random.seed`. I want MCMC sampling to respect the state of this random number generator.