### Description The following code: ```php <?php $r = new Random\Randomizer(new Random\Engine\Mt19937()); var_dump($r->getInt(0, 2**32 - 1)); ``` Resulted in this output: ``` int(1) ``` But I expected this output instead: Not always 1. ### PHP Version Current git master ### Operating System _No response_