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