Time | Round | 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 |
---|---|---|---|---|---|---|---|---|---|---|---|
_ | for($i = 0; $i <= 9; $i++) { if($value['rolls'][$i]) { $r = $value['rolls'][$i]; if($r['roll'] == 0) { $z = ' class="td-val ball-0" id="'.$r['id'].'"'; } elseif(($r['roll'] > 0) && ($r['roll'] < 8)) { $z = ' class="td-val ball-1" id="'.$r['id'].'"'; } elseif(($r['roll'] > 7) && ($r['roll'] < 15)) { $z = ' class="td-val ball-8" id="'.$r['id'].'"'; } echo ''.$r['roll'].' | '; } else { echo ''; } } ?> } ?> |
All rolls on CSGOTETRADECA.COM are generated using a provably fair system. This means the operators cannot manipulate the outcome of any roll. Players may replicate any past roll using the below code:
$server_seed = "ce315577167d1c34bc28ceecfc700197"; $round_id = "1"; $hash = hash("sha256",$server_seed."-".$round_id); $roll = hexdec(substr($hash,0,8)) % 15; echo "Round $round_id = $roll";
You can execute PHP code straight from your web browser with tools like PHP Tester. Simply copy-paste the code into the window and replace the server_seed, lotto, and round_id values for your own. Execute the code to verify the roll. For more information about provably fair.
For more information about provably fair Visit our FAQ.
Date | Server seed | Lottery | Rolls |
---|---|---|---|
SERVER SEED IN USE |