rand_state        725 ext/gmp/gmp.c  		gmp_randclear(GMPG(rand_state));
rand_state       1782 ext/gmp/gmp.c  		gmp_randinit_mt(GMPG(rand_state));
rand_state       1784 ext/gmp/gmp.c  		gmp_randinit_lc_2exp_size(GMPG(rand_state), 32L);
rand_state       1787 ext/gmp/gmp.c  		gmp_randseed_ui(GMPG(rand_state), GENERATE_SEED());
rand_state       1808 ext/gmp/gmp.c  	mpz_urandomb(gmpnum_result, GMPG(rand_state), GMP_ABS (limiter) * GMP_LIMB_BITS);
rand_state       1810 ext/gmp/gmp.c  	mpz_urandomb(gmpnum_result, GMPG(rand_state), GMP_ABS (limiter) * __GMP_BITS_PER_MP_LIMB);
rand_state       1834 ext/gmp/gmp.c  	mpz_urandomb(gmpnum_result, GMPG(rand_state), bits);
rand_state       1871 ext/gmp/gmp.c  		mpz_urandomm(gmpnum_result, GMPG(rand_state), gmpnum_range);
rand_state       1894 ext/gmp/gmp.c  		mpz_urandomm(gmpnum_result, GMPG(rand_state), gmpnum_range);
rand_state         82 ext/gmp/php_gmp.h 	gmp_randstate_t rand_state;