Searched refs:nextInt (Results 1 – 9 of 9) 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();
135 public function nextInt(): int {} function in Random\\Randomizer
146 ZEND_METHOD(Random_Randomizer, nextInt);225 ZEND_ME(Random_Randomizer, nextInt, arginfo_class_Random_Randomizer_nextInt, ZEND_ACC_PUBLIC)
208 PHP_METHOD(Random_Randomizer, nextInt) in PHP_METHOD() argument
Completed in 19 milliseconds