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
Fix Windows build: replace rand_r with portable rand()
rand_r is POSIX-specific and not available on Windows. Since this is
just a stress test where thread-safe randomness isn't critical, use
the portable rand() function instead.
0 commit comments