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 think I initially objected to this (I'm the one who insisted on manually declaring randomness everywhere), but having gone over the explanation in the Test docs, I now agree with you Lyndon.
We should just use the global random number generator.
It is reseeded at the start of each testset.
This will simplify the testcode some what, which is always nice.
Should be an easy, though kind long, change to make.
just ralcing
x = rand(rng, ...)
withx=rand(...)
and deleting
rng = MersenneTwister(...)
The text was updated successfully, but these errors were encountered: