We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eb83e02 + 350883d commit 50e3201Copy full SHA for 50e3201
ext/random/randomizer.c
@@ -131,7 +131,7 @@ PHP_METHOD(Random_Randomizer, getInt)
131
&& ((php_random_status_state_mt19937 *) randomizer->status->state)->mode != MT_RAND_MT19937
132
)) {
133
uint64_t r = php_random_algo_mt19937.generate(randomizer->status) >> 1;
134
-
+
135
/* This is an inlined version of the RAND_RANGE_BADSCALING macro that does not invoke UB when encountering
136
* (max - min) > ZEND_LONG_MAX.
137
*/
0 commit comments