How Upgrader Results Are Generated
This game uses Server and Client seeds to generate outcomes. The concept is explained in detail in the "Info" tab.Both seeds are used to generate a ticket - float value between 0 and 1. The ticket then is compared with user odds to determine the outcome. For example, if an user has 20% chance of winning, the ticket must satisfy 0 <= ticket < 0.2 for rolls under, or 1 >= ticket > (1 - 0.2) for rolls over.