We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59c070f commit b76e223Copy full SHA for b76e223
tests/gen-challenge.phpt
@@ -5,7 +5,7 @@ gen_challenge() generates a spam challenge
5
6
require_once __DIR__ . '/../manual/spam_challenge.php';
7
8
-srand(9001);
+mt_srand(9001);
9
10
$challenges = array_map(static function (): array {
11
[$function, $argumentOne, $argumentTwo, $question] = gen_challenge();
0 commit comments