Skip to content
This repository was archived by the owner on May 31, 2024. It is now read-only.

Commit bc07ab0

Browse files
kalessilfabpot
authored andcommitted
[2.6] Static Code Analysis for Components and Bundles
1 parent 5e1c369 commit bc07ab0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Core/Tests/Util/SecureRandomTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ public function testLongRun($secureRandom)
138138
*/
139139
public function testSerialCorrelation($secureRandom)
140140
{
141-
$shift = rand(1, 5000);
141+
$shift = mt_rand(1, 5000);
142142
$b = $this->getBitSequence($secureRandom, 20000);
143143

144144
$Z = 0;

0 commit comments

Comments
 (0)