1. Go to this page and download the library: Download lucapuddu/php-provably-fair library. Choose the download type require.
2. Extract the ZIP file and open the index.php.
3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
...
$output = $generator->roll();
echo $output; //38.325308655221
// Change ProvablyFair state
$generator->setNonce('new nonce');
// Roll a new number
$output = $generator->roll();
echo $output; //23.752100169784
bash
composer
...
$generator->verify(38.325308655221); // true
Loading please wait ...
Before you can download the PHP files, the dependencies should be resolved. This can take some minutes. Please be patient.