Home
last modified time | relevance | path

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

/PHP-8.2/ext/random/
H A Dengine_pcgoneseq128xslrr64.c145 bool seed_is_null = true; in PHP_METHOD() local
151 Z_PARAM_STR_OR_LONG_OR_NULL(str_seed, int_seed, seed_is_null); in PHP_METHOD()
154 if (seed_is_null) { in PHP_METHOD()
H A Dengine_xoshiro256starstar.c205 bool seed_is_null = true; in PHP_METHOD() local
209 Z_PARAM_STR_OR_LONG_OR_NULL(str_seed, int_seed, seed_is_null); in PHP_METHOD()
212 if (seed_is_null) { in PHP_METHOD()
H A Dengine_mt19937.c254 bool seed_is_null = true; in PHP_METHOD() local
258 Z_PARAM_LONG_OR_NULL(seed, seed_is_null); in PHP_METHOD()
274 if (seed_is_null) { in PHP_METHOD()

Completed in 12 milliseconds