ToransuShoujo / quesoqueue_plus

A queue system for Mario Maker 2
GNU General Public License v3.0
5 stars 3 forks source link

0.0% odds #9

Closed liquidnya closed 2 years ago

liquidnya commented 2 years ago

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.

liquidnya commented 2 years ago

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%).