Searched refs:nextInt (Results 1 – 10 of 10) sorted by relevance
15 if ($randomizer->nextInt() !== mt_rand()) {16 die("failure: state differs at {$i} for nextInt()");32 if ($randomizer->nextInt() !== mt_rand()) {33 die("failure: state differs at {$i} for nextInt()");
29 var_dump(randomizer()->nextInt());
2 Random: Randomizer: nextInt(): Throws for 64 bit engines on 32 bit platforms14 var_dump($randomizer->nextInt());
2 Random: Randomizer: nextInt(): Basic functionality31 $randomizer->nextInt();
134 public function nextInt(): int {} function in Random\\Randomizer
133 ZEND_METHOD(Random_Randomizer, nextInt);209 ZEND_ME(Random_Randomizer, nextInt, arginfo_class_Random_Randomizer_nextInt, ZEND_ACC_PUBLIC)
92 PHP_METHOD(Random_Randomizer, nextInt) in PHP_METHOD() argument
2286 Random\Randomizer::nextInt(). (zeriyoshi)
Completed in 13 milliseconds