Sometimes you want certain items to have a less likely chance of being obtained from random drops, or you wanna make a casino. This is how you make Better RNG!
When you roll two dice, you’ll have the highest chance of rolling a 7, because it’s the middle point of 2 and 12! (The lowest & highest numbers when rolling 2 traditional dice) and you can apply this to Housing!
First, you’ll need a random action for each virtual dice you want to add to the equation. In these random actions you’ll want to add an action to increment a stat. This is one side of your dice. Add as many as you want with each amount to increment this stat by increasing by 1 each time. For the first time you add +1, the second time +2 and so on.
Now, you can add conditions for each random number and what they should give! Congrats, you made a better random system in Housing!
Thank you to oPancakes for pioneering this technique! If you need help with checking odds try out AnyDice!