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
When writing some benchmarks for #12616 it turns out that ts::Random is a bit slower. That class creates a std::uniform_int_distribution for each number, which is likely the reason it is slower than the other benchmarks.