Home
last modified time | relevance | path

Searched refs:int_seed (Results 1 – 2 of 2) sorted by relevance

/php-src/ext/random/
H A Dengine_pcgoneseq128xslrr64.c145 zend_long int_seed = 0; in PHP_METHOD() local
150 Z_PARAM_STR_OR_LONG_OR_NULL(str_seed, int_seed, seed_is_null); in PHP_METHOD()
182 …_random_pcgoneseq128xslrr64_seed128(state, php_random_uint128_constant(0ULL, (uint64_t) int_seed)); in PHP_METHOD()
H A Dengine_xoshiro256starstar.c207 zend_long int_seed = 0; in PHP_METHOD() local
212 Z_PARAM_STR_OR_LONG_OR_NULL(str_seed, int_seed, seed_is_null); in PHP_METHOD()
251 php_random_xoshiro256starstar_seed64(state, (uint64_t) int_seed); in PHP_METHOD()

Completed in 6 milliseconds