Home
last modified time | relevance | path

Searched refs:seed (Results 1 – 9 of 9) sorted by relevance

/PHP-5.4/ext/standard/
H A Drand.c44 BG(rand_seed) = (unsigned int) seed; in php_srand()
47 srandom((unsigned int) seed); in php_srand()
49 srand48(seed); in php_srand()
51 srand((unsigned int) seed); in php_srand()
164 *s++ = seed & 0xffffffffU; in php_mt_initialize()
232 long seed = 0; in PHP_FUNCTION() local
238 seed = GENERATE_SEED(); in PHP_FUNCTION()
240 php_srand(seed TSRMLS_CC); in PHP_FUNCTION()
248 long seed = 0; in PHP_FUNCTION() local
254 seed = GENERATE_SEED(); in PHP_FUNCTION()
[all …]
H A Dphp_rand.h56 PHPAPI void php_srand(long seed TSRMLS_DC);
58 PHPAPI void php_mt_srand(php_uint32 seed TSRMLS_DC);
H A Dbasic_functions.c1904 ZEND_ARG_INFO(0, seed)
1908 ZEND_ARG_INFO(0, seed)
/PHP-5.4/ext/standard/tests/math/
H A Dmt_srand_variation1.phpt2 Test mt_srand() function : usage variations - different data types as $seed argument
5 /* Prototype : void mt_srand ([ int $seed ] )
H A Dsrand_variation1.phpt2 Test srand() function : usage variations - different data types as $seed argument
5 /* Prototype : void srand ([ int $seed ] )
H A Dsrand_basic.phpt5 /* Prototype : void srand ([ int $seed ] )
H A Dsrand_error.phpt5 /* Prototype : void srand ([ int $seed ] )
/PHP-5.4/main/
H A Dphp_reentrancy.h114 PHPAPI int php_rand_r(unsigned int *seed);
/PHP-5.4/
H A DNEWS6418 - Fixed bug #40999 (mcrypt_create_iv() not using random seed). (Ilia)

Completed in 57 milliseconds