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 6f4ea2a commit 10595e5Copy full SHA for 10595e5
stubs/ext/random/Random/Randomizer.php
@@ -12,7 +12,10 @@ final class Randomizer
12
public function __construct(?Engine $engine = null)
13
{
14
}
15
- public function getInt(int $min = UNKNOWN, int $max = UNKNOWN) : int
+ public function nextInt() : int
16
+ {
17
+ }
18
+ public function getInt(int $min, int $max) : int
19
20
21
public function getBytes(int $length) : string
0 commit comments