You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using np.random. a lot in my model, and I want to set a seed, np.random.seed to get consistent line of random numbers. This does not seem to work to great, and many people seem to dislike np.random vs just random. Has anyone had a similar problem?