| Total Complexity | 2 |
| Total Lines | 21 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 35 | class TillHundredPfsAlgorithm |
||
| 36 | { |
||
| 37 | /** |
||
| 38 | * Generates a number in the range 0 to 99.99 |
||
| 39 | * |
||
| 40 | * @param string $serverSeed |
||
| 41 | * @param string $clientSeed |
||
| 42 | * @param int $nonce |
||
| 43 | * @return float |
||
| 44 | */ |
||
| 45 | public function __invoke(string $serverSeed, string $clientSeed, int $nonce): float |
||
| 58 |