ordering random, new option? it could be...
vecino398 opened this issue ยท 3 comments
I suppose you won't have much time, but I leave you this proposal. When tournament participants register and do not reach the minimum number of brackets and have to fill out "BYE", it would be important to perform a random distribution. To avoid empty seeds in a row... at the end of creating the square brackets.
For now I continue to familiarize myself with the library. I learned javascript 15 years ago, node and ts I have to update myself. I apologize if the option exists and I have not seen it. ;ร
do not rich the minimum number of brackets
Do you mean "do not rich the expected number of participants in the bracket"?
at the end of creating the square brackets
What are square brackets?
empty seeds in a row
Do you mean when creating multiple brackets in a row? In that case, you should be responsible to randomize the seeding, which is given as a input to the library.
Yes, I don't want to have anything random in the library ๐ going to close the issue