Order | User | Roll Range | Reward Range | Final Result | Reward | Seed | Verifying Instruction |
1 | Rockman | 1 to 100 | Roll 1 to 85 for an Epic Roll 86 to 100 for a Legendary | 23 | Ghost | 7837875479659847 | <?php mt_srand(7837875479659847); echo 'result = ' . mt_rand(1, 100); ?> Copy code above and paste here to verify |
2 | Rockman | 1 to 100 | Roll 1 to 85 for an Epic Roll 86 to 100 for a Legendary | 87 | Ghost | 7837875488820820 | <?php mt_srand(7837875488820820); echo 'result = ' . mt_rand(1, 100); ?> Copy code above and paste here to verify |
3 | Rockman | 1 to 100 | Roll 1 to 85 for an Epic Roll 86 to 100 for a Legendary | 11 | Ghost | 7837875497981793 | <?php mt_srand(7837875497981793); echo 'result = ' . mt_rand(1, 100); ?> Copy code above and paste here to verify |
4 | Rockman | 1 to 100 | Roll 1 to 85 for an Epic Roll 86 to 100 for a Legendary | 88 | Ghost | 7837875507142766 | <?php mt_srand(7837875507142766); echo 'result = ' . mt_rand(1, 100); ?> Copy code above and paste here to verify |
5 | Rockman | 1 to 100 | Roll 1 to 85 for an Epic Roll 86 to 100 for a Legendary | 56 | AI Defense System | 7837875516303739 | <?php mt_srand(7837875516303739); echo 'result = ' . mt_rand(1, 100); ?> Copy code above and paste here to verify |
6 | Rockman | 1 to 100 | Roll 1 to 85 for an Epic Roll 86 to 100 for a Legendary | 76 | AI Defense System | 7837875525464712 | <?php mt_srand(7837875525464712); echo 'result = ' . mt_rand(1, 100); ?> Copy code above and paste here to verify |
7 | Rockman | 1 to 100 | Roll 1 to 85 for an Epic Roll 86 to 100 for a Legendary | 28 | AI Defense System | 7837875534625685 | <?php mt_srand(7837875534625685); echo 'result = ' . mt_rand(1, 100); ?> Copy code above and paste here to verify |
8 | Rockman | 1 to 100 | Roll 1 to 85 for an Epic Roll 86 to 100 for a Legendary | 92 | AI Defense System | 7837875543786658 | <?php mt_srand(7837875543786658); echo 'result = ' . mt_rand(1, 100); ?> Copy code above and paste here to verify |
9 | CryptoZoo | 1 to 100 | Roll 1 to 85 for an Epic Roll 86 to 100 for a Legendary | 48 | Lone Wolf | 7837875552947631 | <?php mt_srand(7837875552947631); echo 'result = ' . mt_rand(1, 100); ?> Copy code above and paste here to verify |
10 | Slawski | 1 to 100 | Roll 1 to 85 for an Epic Roll 86 to 100 for a Legendary | 37 | Constructor | 7837875562108604 | <?php mt_srand(7837875562108604); echo 'result = ' . mt_rand(1, 100); ?> Copy code above and paste here to verify |