When submitting a bug report, please use the below template and thoroughly fill out the necessary information.
Date & Time: April 16, 2022
Frequency:
World name: All Worlds
Character name: Zenova Highwind
This is being posted in the in-game bug reports, because if zero was included as a parameter in the list of possible numbers, then ALL housing RNG rolls need to be redone.
The RNG code was created by a person, and they inputted 0 as one of the possible choices for output. I have coded in Python and Mathematica before, and if you import random, and then you list the parameters, e.g. list=1,2,3,4,5... It is pretty easy to see, that when they listed their parameters for the housing lottery system, they included 0 (zero) in the list of possible choices that could be rolled. If they did in fact did put zero into their list, as in: listhousing or list1 (whatever you want to call it) = 0,1,2,3,4,5..., when as stated earlier, it should have been list1=1,2,3,4,5...
If what I stated is correct, then in all fairness, they should roll back EVERYONE's bids, because if 0 (zero) was counted as a possible RNG choice, then EVERY roll is invalidated and needs to be done again. I know it sucks for some people, but in all fairness, if zero (0) was included, then redoing it is the most fair solution.