We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e7f3b0 commit 955bf2fCopy full SHA for 955bf2f
Tests/Util/SecureRandomTest.php
@@ -138,7 +138,7 @@ public function testLongRun($secureRandom)
138
*/
139
public function testSerialCorrelation($secureRandom)
140
{
141
- $shift = rand(1, 5000);
+ $shift = mt_rand(1, 5000);
142
$b = $this->getBitSequence($secureRandom, 20000);
143
144
$Z = 0;
0 commit comments