rand_state 683 ext/gmp/gmp.c gmp_randclear(GMPG(rand_state)); rand_state 1752 ext/gmp/gmp.c gmp_randinit_mt(GMPG(rand_state)); rand_state 1754 ext/gmp/gmp.c gmp_randseed_ui(GMPG(rand_state), GENERATE_SEED()); rand_state 1775 ext/gmp/gmp.c mpz_urandomb(gmpnum_result, GMPG(rand_state), GMP_ABS (limiter) * GMP_LIMB_BITS); rand_state 1777 ext/gmp/gmp.c mpz_urandomb(gmpnum_result, GMPG(rand_state), GMP_ABS (limiter) * __GMP_BITS_PER_MP_LIMB); rand_state 1797 ext/gmp/gmp.c gmp_randseed_ui(GMPG(rand_state), Z_LVAL_P(seed)); rand_state 1802 ext/gmp/gmp.c gmp_randseed(GMPG(rand_state), gmpnum_seed); rand_state 1828 ext/gmp/gmp.c mpz_urandomb(gmpnum_result, GMPG(rand_state), bits); rand_state 1865 ext/gmp/gmp.c mpz_urandomm(gmpnum_result, GMPG(rand_state), gmpnum_range); rand_state 1888 ext/gmp/gmp.c mpz_urandomm(gmpnum_result, GMPG(rand_state), gmpnum_range); rand_state 95 ext/gmp/php_gmp.h gmp_randstate_t rand_state;