Order | User | Roll Range | Reward Range | Final Result | Reward | Seed | Verifying Instruction |
1 | George22 | 1 to 100 | Roll 1 to 85 for an Epic Roll 86 to 100 for a Legendary | 52 | Wingman | 7627523384858090 | <?php mt_srand(7627523384858090); echo 'result = ' . mt_rand(1, 100); ?> Copy code above and paste here to verify |
2 | George22 | 1 to 100 | Roll 1 to 85 for an Epic Roll 86 to 100 for a Legendary | 22 | Wingman | 7627523386049559 | <?php mt_srand(7627523386049559); echo 'result = ' . mt_rand(1, 100); ?> Copy code above and paste here to verify |
3 | George22 | 1 to 100 | Roll 1 to 85 for an Epic Roll 86 to 100 for a Legendary | 24 | Wingman | 7627523387241028 | <?php mt_srand(7627523387241028); echo 'result = ' . mt_rand(1, 100); ?> Copy code above and paste here to verify |
4 | Fidel | 0 to 7 | Roll 0 to 7 Index 0: Unstable Geode Index 1: Neutron Emitter Index 2: Solar Flare Index 3: Purifier Index 4: Blight Bringer Index 5: Devourer Index 6: Hyperion Index 7: Archelon | 7 | Archelon | 7627523388432497 | <?php mt_srand(7627523388432497); echo 'result = ' . mt_rand(0, 7); ?> Copy code above and paste here to verify |
5 | Fidel | 0 to 6 | Roll 0 to 6 Index 0: Unstable Geode Index 1: Neutron Emitter Index 2: Solar Flare Index 3: Purifier Index 4: Blight Bringer Index 5: Devourer Index 6: Hyperion | 4 | Blight Bringer | 7627523389623966 | <?php mt_srand(7627523389623966); echo 'result = ' . mt_rand(0, 6); ?> Copy code above and paste here to verify |
6 | Fidel | 0 to 6 | Roll 0 to 6 Index 0: Unstable Geode Index 1: Neutron Emitter Index 2: Solar Flare Index 3: Purifier Index 4: Devourer Index 5: Hyperion Index 6: Archelon | 1 | Neutron Emitter | 7627523390815435 | <?php mt_srand(7627523390815435); echo 'result = ' . mt_rand(0, 6); ?> Copy code above and paste here to verify |
7 | ashsmhdevaru | 1 to 100 | Roll 1 to 85 for an Epic Roll 86 to 100 for a Legendary | 47 | Impulser Ammo | 7627523392006904 | <?php mt_srand(7627523392006904); echo 'result = ' . mt_rand(1, 100); ?> Copy code above and paste here to verify |
8 | ashsmhdevaru | 1 to 100 | Roll 1 to 85 for an Epic Roll 86 to 100 for a Legendary | 54 | Aegis | 7627523393198373 | <?php mt_srand(7627523393198373); echo 'result = ' . mt_rand(1, 100); ?> Copy code above and paste here to verify |
9 | ashsmhdevaru | 1 to 100 | Roll 1 to 85 for an Epic Roll 86 to 100 for a Legendary | 98 | Overdrive | 7627523394389842 | <?php mt_srand(7627523394389842); echo 'result = ' . mt_rand(1, 100); ?> Copy code above and paste here to verify |
10 | Magimike | 1 to 100 | Roll 1 to 85 for an Epic Roll 86 to 100 for a Legendary | 36 | Scavenger | 7627523395581311 | <?php mt_srand(7627523395581311); echo 'result = ' . mt_rand(1, 100); ?> Copy code above and paste here to verify |