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 98d3e4c commit 68703a3Copy full SHA for 68703a3
ext/random/tests/02_engine/xoshiro256starstar_seed.phpt
@@ -6,7 +6,7 @@ Random: Engine: Xoshiro256StarStar: The seed parameter must work as expected
6
use Random\Engine\Xoshiro256StarStar;
7
8
echo "Random integer seed", PHP_EOL;
9
-$engine = new Xoshiro256StarStar(random_int(\PHP_INT_MIN, \PHP_INT_MAX));
+$engine = new Xoshiro256StarStar(random_int(PHP_INT_MIN, PHP_INT_MAX));
10
echo PHP_EOL, PHP_EOL;
11
12
echo "Random string seed", PHP_EOL;
0 commit comments