Home
last modified time | relevance | path

Searched refs:seed_is_null (Results 1 – 4 of 4) sorted by relevance

/php-src/ext/random/
H A Dengine_pcgoneseq128xslrr64.c146 bool seed_is_null = true; in PHP_METHOD() local
150 Z_PARAM_STR_OR_LONG_OR_NULL(str_seed, int_seed, seed_is_null); in PHP_METHOD()
153 if (seed_is_null) { in PHP_METHOD()
H A Dengine_xoshiro256starstar.c208 bool seed_is_null = true; in PHP_METHOD() local
212 Z_PARAM_STR_OR_LONG_OR_NULL(str_seed, int_seed, seed_is_null); in PHP_METHOD()
215 if (seed_is_null) { in PHP_METHOD()
H A Dengine_mt19937.c258 bool seed_is_null = true; in PHP_METHOD() local
262 Z_PARAM_LONG_OR_NULL(seed, seed_is_null); in PHP_METHOD()
279 if (seed_is_null) { in PHP_METHOD()
H A Drandom.c476 bool seed_is_null = true; local
482 Z_PARAM_LONG_OR_NULL(seed, seed_is_null)
495 if (seed_is_null) {

Completed in 19 milliseconds