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
Also improve the rate-handling in other places. Pick a rate of 0-10,
then random numbers 0-9 compared with `num < rate`, which
allows a rate of 0 to mean "never" and 10 to mean "always".
0 commit comments