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
The queue can answer with liquidnya, you have a 0.0% chance of getting chosen in weighted random. which could mean that you actually have a 0% chance, since when you have 0 minutes weight time, you are not considered for getting picked.
However if you have more than 0 minutes of wait time, the queue might still say 0.0%, even though it is somewhere between 0.0% and 0.1% (maybe even between 0.0% and 0.05%).
So maybe a better phrasing for that case could be [...] you have a below 0.1% chance [...].
Also check if the chance can show as 100.0% even though someone has a slightly less than 100.0% chance.
The text was updated successfully, but these errors were encountered:
When #22 is merged, then someone can not have a 0% chance any longer, since that PR adds a wait list entry of 1 minute for people who add their level.
This does not solve this issue, but maybe it makes it easier to solve, since 0.0% now always means more than 0% (instead of differentiating between actual 0% and more than 0%).
The queue can answer with
liquidnya, you have a 0.0% chance of getting chosen in weighted random.
which could mean that you actually have a 0% chance, since when you have 0 minutes weight time, you are not considered for getting picked.However if you have more than 0 minutes of wait time, the queue might still say 0.0%, even though it is somewhere between 0.0% and 0.1% (maybe even between 0.0% and 0.05%).
So maybe a better phrasing for that case could be
[...] you have a below 0.1% chance [...]
.Also check if the chance can show as 100.0% even though someone has a slightly less than 100.0% chance.
The text was updated successfully, but these errors were encountered: