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
Should have done this a long time ago. Makes it easier to debug test failures on CI like the one in #475. Should really not be using the global RNG anyway, but requires a fix for #459. Use different seeds between test sets to avoid testing the same mechanism in all tests.
Probably too many things tacitly assume this distribution at some point.
Should revisit as part of #459, but we shouldn't introduce backwards
incompatible changes right now.
rand
methods should take anrng
rand(Wrench{Float64}, frame)
torand(WrenchSampler(frame, [numbersampler]))
The text was updated successfully, but these errors were encountered: