Order | User | Roll Range | Reward Range | Final Result | Reward | Seed | Verifying Instruction |
1 | Slawski | 0 to 2 | Roll 0 to 2 Index 0: Moonglow Index 1: Buzzard Index 2: Sarcosuchus | 2 | Sarcosuchus | 5453916749923224 | <?php mt_srand(5453916749923224); echo 'result = ' . mt_rand(0, 2); ?> Copy code above and paste here to verify |
2 | Slawski | 0 to 10 | Roll 0 to 10 Index 0: Avalanche Index 1: Quake Index 2: Tremor Index 3: Starburst Index 4: Brightness Index 5: Moonglow Index 6: Condor Index 7: Buzzard Index 8: Harpy Index 9: Rhincodon Index 10: Dreadnought | 6 | Condor | 5453916753950551 | <?php mt_srand(5453916753950551); echo 'result = ' . mt_rand(0, 10); ?> Copy code above and paste here to verify |
3 | AlexDark | 0 to 1 | Roll 0 to 1 Index 0: Flash Index 1: Grifter | 1 | Grifter | 5453916757977878 | <?php mt_srand(5453916757977878); echo 'result = ' . mt_rand(0, 1); ?> Copy code above and paste here to verify |
4 | AlexDark | 0 to 7 | Roll 0 to 7 Index 0: Boulder Index 1: Flint Index 2: Scree Index 3: Crag Index 4: Glow Index 5: Lumen Index 6: Critter Index 7: Spider | 6 | Critter | 5453916762005205 | <?php mt_srand(5453916762005205); echo 'result = ' . mt_rand(0, 7); ?> Copy code above and paste here to verify |
5 | AlexDark | 0 to 2 | Roll 0 to 2 Index 0: Moonglow Index 1: Buzzard Index 2: Sarcosuchus | 2 | Sarcosuchus | 5453916766032532 | <?php mt_srand(5453916766032532); echo 'result = ' . mt_rand(0, 2); ?> Copy code above and paste here to verify |
6 | AlexDark | 0 to 10 | Roll 0 to 10 Index 0: Avalanche Index 1: Quake Index 2: Tremor Index 3: Starburst Index 4: Brightness Index 5: Moonglow Index 6: Condor Index 7: Buzzard Index 8: Harpy Index 9: Rhincodon Index 10: Dreadnought | 2 | Tremor | 5453916770059859 | <?php mt_srand(5453916770059859); echo 'result = ' . mt_rand(0, 10); ?> Copy code above and paste here to verify |
7 | AlexDark | 0 to 10 | Roll 0 to 10 Index 0: Avalanche Index 1: Quake Index 2: Starburst Index 3: Brightness Index 4: Moonglow Index 5: Condor Index 6: Buzzard Index 7: Harpy Index 8: Rhincodon Index 9: Sarcosuchus Index 10: Dreadnought | 1 | Quake | 5453916774087186 | <?php mt_srand(5453916774087186); echo 'result = ' . mt_rand(0, 10); ?> Copy code above and paste here to verify |
8 | AlexDark | 0 to 10 | Roll 0 to 10 Index 0: Avalanche Index 1: Tremor Index 2: Starburst Index 3: Brightness Index 4: Moonglow Index 5: Condor Index 6: Buzzard Index 7: Harpy Index 8: Rhincodon Index 9: Sarcosuchus Index 10: Dreadnought | 1 | Tremor | 5453916778114513 | <?php mt_srand(5453916778114513); echo 'result = ' . mt_rand(0, 10); ?> Copy code above and paste here to verify |
9 | Berlitz | 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 | 4 | Blight Bringer | 5453916782141840 | <?php mt_srand(5453916782141840); echo 'result = ' . mt_rand(0, 7); ?> Copy code above and paste here to verify |
10 | Berlitz | 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 | 2 | Solar Flare | 5453916786169167 | <?php mt_srand(5453916786169167); echo 'result = ' . mt_rand(0, 6); ?> Copy code above and paste here to verify |
11 | Roger_FGL | 0 to 1 | Roll 0 to 1 Index 0: Watt Index 1: Rogue | 0 | Watt | 5453916790196494 | <?php mt_srand(5453916790196494); echo 'result = ' . mt_rand(0, 1); ?> Copy code above and paste here to verify |
12 | AlexDark | 0 to 1 | Roll 0 to 1 Index 0: Flash Index 1: Grifter | 1 | Grifter | 5453916794223821 | <?php mt_srand(5453916794223821); echo 'result = ' . mt_rand(0, 1); ?> Copy code above and paste here to verify |
13 | AlexDark | 0 to 1 | Roll 0 to 1 Index 0: Flash Index 1: Grifter | 0 | Flash | 5453916798251148 | <?php mt_srand(5453916798251148); echo 'result = ' . mt_rand(0, 1); ?> Copy code above and paste here to verify |
14 | AlexDark | 0 to 1 | Roll 0 to 1 Index 0: Flash Index 1: Grifter | 0 | Flash | 5453916802278475 | <?php mt_srand(5453916802278475); echo 'result = ' . mt_rand(0, 1); ?> Copy code above and paste here to verify |
15 | AlexDark | 0 to 1 | Roll 0 to 1 Index 0: Flash Index 1: Grifter | 1 | Grifter | 5453916806305802 | <?php mt_srand(5453916806305802); echo 'result = ' . mt_rand(0, 1); ?> Copy code above and paste here to verify |
16 | AstroDog | 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 | 5453916810333129 | <?php mt_srand(5453916810333129); echo 'result = ' . mt_rand(0, 7); ?> Copy code above and paste here to verify |
17 | AstroDog | 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 | 6 | Hyperion | 5453916814360456 | <?php mt_srand(5453916814360456); echo 'result = ' . mt_rand(0, 6); ?> Copy code above and paste here to verify |
18 | AstroDog | 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: Archelon | 3 | Purifier | 5453916818387783 | <?php mt_srand(5453916818387783); echo 'result = ' . mt_rand(0, 6); ?> Copy code above and paste here to verify |
19 | AstroDog | 0 to 6 | Roll 0 to 6 Index 0: Unstable Geode Index 1: Neutron Emitter Index 2: Solar Flare Index 3: Blight Bringer Index 4: Devourer Index 5: Hyperion Index 6: Archelon | 2 | Solar Flare | 5453916822415110 | <?php mt_srand(5453916822415110); echo 'result = ' . mt_rand(0, 6); ?> Copy code above and paste here to verify |
20 | AlexDark | 0 to 1 | Roll 0 to 1 Index 0: Flash Index 1: Grifter | 0 | Flash | 5453916826442437 | <?php mt_srand(5453916826442437); echo 'result = ' . mt_rand(0, 1); ?> Copy code above and paste here to verify |
21 | AlexDark | 0 to 1 | Roll 0 to 1 Index 0: Flash Index 1: Grifter | 1 | Grifter | 5453916830469764 | <?php mt_srand(5453916830469764); echo 'result = ' . mt_rand(0, 1); ?> Copy code above and paste here to verify |
22 | Krelborn | 0 to 6 | Roll 0 to 6 Index 0: Avalanche Index 1: Quake Index 2: Tremor Index 3: Starburst Index 4: Brightness Index 5: Condor Index 6: Rhincodon | 1 | Quake | 5453916834497091 | <?php mt_srand(5453916834497091); echo 'result = ' . mt_rand(0, 6); ?> Copy code above and paste here to verify |
23 | Krelborn | 0 to 10 | Roll 0 to 10 Index 0: Avalanche Index 1: Tremor Index 2: Starburst Index 3: Brightness Index 4: Moonglow Index 5: Condor Index 6: Buzzard Index 7: Harpy Index 8: Rhincodon Index 9: Sarcosuchus Index 10: Dreadnought | 5 | Condor | 5453916838524418 | <?php mt_srand(5453916838524418); echo 'result = ' . mt_rand(0, 10); ?> Copy code above and paste here to verify |
24 | Krelborn | 0 to 10 | Roll 0 to 10 Index 0: Avalanche Index 1: Quake Index 2: Tremor Index 3: Starburst Index 4: Brightness Index 5: Moonglow Index 6: Buzzard Index 7: Harpy Index 8: Rhincodon Index 9: Sarcosuchus Index 10: Dreadnought | 9 | Sarcosuchus | 5453916842551745 | <?php mt_srand(5453916842551745); echo 'result = ' . mt_rand(0, 10); ?> Copy code above and paste here to verify |
25 | Krelborn | 0 to 10 | Roll 0 to 10 Index 0: Avalanche Index 1: Quake Index 2: Tremor Index 3: Starburst Index 4: Brightness Index 5: Moonglow Index 6: Condor Index 7: Buzzard Index 8: Harpy Index 9: Rhincodon Index 10: Dreadnought | 10 | Dreadnought | 5453916846579072 | <?php mt_srand(5453916846579072); echo 'result = ' . mt_rand(0, 10); ?> Copy code above and paste here to verify |
26 | Krelborn | 0 to 6 | Roll 0 to 6 Index 0: Avalanche Index 1: Quake Index 2: Tremor Index 3: Starburst Index 4: Brightness Index 5: Condor Index 6: Rhincodon | 3 | Starburst | 5453916850606399 | <?php mt_srand(5453916850606399); echo 'result = ' . mt_rand(0, 6); ?> Copy code above and paste here to verify |
27 | Krelborn | 0 to 10 | Roll 0 to 10 Index 0: Avalanche Index 1: Quake Index 2: Tremor Index 3: Brightness Index 4: Moonglow Index 5: Condor Index 6: Buzzard Index 7: Harpy Index 8: Rhincodon Index 9: Sarcosuchus Index 10: Dreadnought | 10 | Dreadnought | 5453916854633726 | <?php mt_srand(5453916854633726); echo 'result = ' . mt_rand(0, 10); ?> Copy code above and paste here to verify |
28 | AstroDog | 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 | 0 | Unstable Geode | 5453916858661053 | <?php mt_srand(5453916858661053); echo 'result = ' . mt_rand(0, 7); ?> Copy code above and paste here to verify |
29 | AstroDog | 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 | 1 | Neutron Emitter | 5453916862688380 | <?php mt_srand(5453916862688380); echo 'result = ' . mt_rand(0, 7); ?> Copy code above and paste here to verify |
30 | AstroDog | 0 to 6 | Roll 0 to 6 Index 0: Unstable Geode Index 1: Solar Flare Index 2: Purifier Index 3: Blight Bringer Index 4: Devourer Index 5: Hyperion Index 6: Archelon | 2 | Purifier | 5453916866715707 | <?php mt_srand(5453916866715707); echo 'result = ' . mt_rand(0, 6); ?> Copy code above and paste here to verify |
31 | AstroDog | 0 to 6 | Roll 0 to 6 Index 0: Unstable Geode Index 1: Neutron Emitter Index 2: Solar Flare Index 3: Blight Bringer Index 4: Devourer Index 5: Hyperion Index 6: Archelon | 5 | Hyperion | 5453916870743034 | <?php mt_srand(5453916870743034); echo 'result = ' . mt_rand(0, 6); ?> Copy code above and paste here to verify |
32 | AstroDog | 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: Archelon | 4 | Blight Bringer | 5453916874770361 | <?php mt_srand(5453916874770361); echo 'result = ' . mt_rand(0, 6); ?> Copy code above and paste here to verify |
33 | AstroDog | 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 | 2 | Solar Flare | 5453916878797688 | <?php mt_srand(5453916878797688); echo 'result = ' . mt_rand(0, 6); ?> Copy code above and paste here to verify |
34 | AstroDog | 0 to 2 | Roll 0 to 2 Index 0: Moonglow Index 1: Buzzard Index 2: Sarcosuchus | 0 | Moonglow | 5453916882825015 | <?php mt_srand(5453916882825015); echo 'result = ' . mt_rand(0, 2); ?> Copy code above and paste here to verify |
35 | Slawski | 0 to 10 | Roll 0 to 10 Index 0: Avalanche Index 1: Quake Index 2: Tremor Index 3: Starburst Index 4: Brightness Index 5: Moonglow Index 6: Buzzard Index 7: Harpy Index 8: Rhincodon Index 9: Sarcosuchus Index 10: Dreadnought | 10 | Dreadnought | 5453916886852342 | <?php mt_srand(5453916886852342); echo 'result = ' . mt_rand(0, 10); ?> Copy code above and paste here to verify |
36 | Slawski | 0 to 2 | Roll 0 to 2 Index 0: Moonglow Index 1: Buzzard Index 2: Sarcosuchus | 2 | Sarcosuchus | 5453916890879669 | <?php mt_srand(5453916890879669); echo 'result = ' . mt_rand(0, 2); ?> Copy code above and paste here to verify |
37 | Slawski | 0 to 10 | Roll 0 to 10 Index 0: Avalanche Index 1: Quake Index 2: Tremor Index 3: Starburst Index 4: Brightness Index 5: Moonglow Index 6: Condor Index 7: Buzzard Index 8: Harpy Index 9: Rhincodon Index 10: Dreadnought | 0 | Avalanche | 5453916894906996 | <?php mt_srand(5453916894906996); echo 'result = ' . mt_rand(0, 10); ?> Copy code above and paste here to verify |
38 | Slawski | 0 to 10 | Roll 0 to 10 Index 0: Quake Index 1: Tremor Index 2: Starburst Index 3: Brightness Index 4: Moonglow Index 5: Condor Index 6: Buzzard Index 7: Harpy Index 8: Rhincodon Index 9: Sarcosuchus Index 10: Dreadnought | 2 | Starburst | 5453916898934323 | <?php mt_srand(5453916898934323); echo 'result = ' . mt_rand(0, 10); ?> Copy code above and paste here to verify |
39 | Slawski | 0 to 10 | Roll 0 to 10 Index 0: Avalanche Index 1: Quake Index 2: Tremor Index 3: Brightness Index 4: Moonglow Index 5: Condor Index 6: Buzzard Index 7: Harpy Index 8: Rhincodon Index 9: Sarcosuchus Index 10: Dreadnought | 10 | Dreadnought | 5453916902961650 | <?php mt_srand(5453916902961650); echo 'result = ' . mt_rand(0, 10); ?> Copy code above and paste here to verify |
40 | Polar | 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 | 4 | Blight Bringer | 5453916906988977 | <?php mt_srand(5453916906988977); echo 'result = ' . mt_rand(0, 7); ?> Copy code above and paste here to verify |
41 | Polar | 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 | 2 | Solar Flare | 5453916911016304 | <?php mt_srand(5453916911016304); echo 'result = ' . mt_rand(0, 6); ?> Copy code above and paste here to verify |
42 | Polar | 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 | 3 | Purifier | 5453916915043631 | <?php mt_srand(5453916915043631); echo 'result = ' . mt_rand(0, 7); ?> Copy code above and paste here to verify |
43 | Polar | 0 to 6 | Roll 0 to 6 Index 0: Unstable Geode Index 1: Neutron Emitter Index 2: Solar Flare Index 3: Blight Bringer Index 4: Devourer Index 5: Hyperion Index 6: Archelon | 0 | Unstable Geode | 5453916919070958 | <?php mt_srand(5453916919070958); echo 'result = ' . mt_rand(0, 6); ?> Copy code above and paste here to verify |
44 | Polar | 0 to 6 | Roll 0 to 6 Index 0: Avalanche Index 1: Quake Index 2: Tremor Index 3: Starburst Index 4: Brightness Index 5: Condor Index 6: Rhincodon | 6 | Rhincodon | 5453916923098285 | <?php mt_srand(5453916923098285); echo 'result = ' . mt_rand(0, 6); ?> Copy code above and paste here to verify |
45 | DMT | 0 to 3 | Roll 0 to 3 Index 0: Protostar Index 1: Supernova Index 2: Planet Pillager Index 3: Megalodon | 0 | Protostar | 5453916927125612 | <?php mt_srand(5453916927125612); echo 'result = ' . mt_rand(0, 3); ?> Copy code above and paste here to verify |
46 | DMT | 0 to 3 | Roll 0 to 3 Index 0: Protostar Index 1: Supernova Index 2: Planet Pillager Index 3: Megalodon | 1 | Supernova | 5453916931152939 | <?php mt_srand(5453916931152939); echo 'result = ' . mt_rand(0, 3); ?> Copy code above and paste here to verify |
47 | DMT | 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 | 6 | Hyperion | 5453916935180266 | <?php mt_srand(5453916935180266); echo 'result = ' . mt_rand(0, 7); ?> Copy code above and paste here to verify |
48 | DMT | 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 | 2 | Solar Flare | 5453916939207593 | <?php mt_srand(5453916939207593); echo 'result = ' . mt_rand(0, 7); ?> Copy code above and paste here to verify |
49 | DMT | 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 | 3 | Purifier | 5453916943234920 | <?php mt_srand(5453916943234920); echo 'result = ' . mt_rand(0, 7); ?> Copy code above and paste here to verify |
50 | DMT | 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 | 6 | Hyperion | 5453916947262247 | <?php mt_srand(5453916947262247); echo 'result = ' . mt_rand(0, 7); ?> Copy code above and paste here to verify |
51 | DMT | 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 | 3 | Purifier | 5453916951289574 | <?php mt_srand(5453916951289574); echo 'result = ' . mt_rand(0, 7); ?> Copy code above and paste here to verify |
52 | DMT | 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 | 1 | Neutron Emitter | 5453916955316901 | <?php mt_srand(5453916955316901); echo 'result = ' . mt_rand(0, 7); ?> Copy code above and paste here to verify |
53 | DMT | 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 | 5453916959344228 | <?php mt_srand(5453916959344228); echo 'result = ' . mt_rand(0, 7); ?> Copy code above and paste here to verify |
54 | DMT | 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 | 5 | Devourer | 5453916963371555 | <?php mt_srand(5453916963371555); echo 'result = ' . mt_rand(0, 7); ?> Copy code above and paste here to verify |