What is the RNGdle solver guide?
It explains the independent digit-pattern formula used by this site. RNGdle is a random roll, not a puzzle with a daily solution, so this guide does not predict an official number, badge, or EP.
rngdle solver
Learn the independent RNGdle digit-pattern formula, its worked examples, and its edge cases. This guide does not predict official badges or EP.
RNGdle is a random roll, not a puzzle with a daily solution. This guide explains our independent digit-pattern formula. For official badges or EP, use the official game or a sourced badges guide. You can run the formula on the RNGdle calculator.
Try the worked examples below, then change one digit in the calculator to see which contributions change.
Let d be the typed digit string, n its length, S its digit sum, U its number of unique digits, R its longest contiguous run where each neighboring pair differs by exactly one, and O/E the odd and even counts.
|S − 4.5 × n|.2 × U.8 when the full string reads the same in reverse.R ≥ 3, add 5 × (R − 2); otherwise add zero.2 × |O − E|.The RNGdle calculator adds these five values. A larger total means only that this rule set assigned more points; it is not a probability, rarity tier, official EP, or badge result.
For 123321, the contributions are digit-sum distance |12 − 4.5 × 6| = 15, unique digits 2 × 3 = 6, palindrome 8, adjacent step run 5 × (3 − 2) = 5, and odd/even balance 2 × |4 − 2| = 4. The independent score is 38.
For 1234, the contributions are 8 + 8 + 0 + 10 + 0: digit sum 10, four unique digits, no palindrome, a four-digit adjacent step run, and two odd plus two even digits. The independent score is 26.
| Input detail | How the calculator handles it |
|---|---|
| 0 | One digit: sum 0, one unique digit, palindrome true, step run 1, and even count 1. The formula can therefore produce a fractional sum (16.5). |
| Leading zeros | Digits are retained as typed, so 0012 has length 4 and two zero digits. No extra zeros are added. |
| Adjacent direction | The run checks neighboring absolute differences, so both 123 and 321 qualify. A reversal does not change the run length. |
| Range | The current tool accepts digit input whose numeric value is 0 through 1,000,000 inclusive. |
It explains the independent digit-pattern formula used by this site. RNGdle is a random roll, not a puzzle with a daily solution, so this guide does not predict an official number, badge, or EP.
It adds five visible contributions: digit-sum distance, unique digits, palindrome status, adjacent step run, and odd/even balance. The result is an independent pattern score, not official RNGdle scoring.
No. For official badges or EP, use the official game or a sourced badges guide. The calculator uses a separate digit-pattern formula.
Enter digits only. The calculator preserves leading zeros for analysis. They count as digits, affect length, and count as even; no padding is added automatically.