GMPG              682 ext/gmp/gmp.c  	if (GMPG(rand_initialized)) {
GMPG              683 ext/gmp/gmp.c  		gmp_randclear(GMPG(rand_state));
GMPG              684 ext/gmp/gmp.c  		GMPG(rand_initialized) = 0;
GMPG             1750 ext/gmp/gmp.c  	if (!GMPG(rand_initialized)) {
GMPG             1752 ext/gmp/gmp.c  		gmp_randinit_mt(GMPG(rand_state));
GMPG             1754 ext/gmp/gmp.c  		gmp_randseed_ui(GMPG(rand_state), GENERATE_SEED());
GMPG             1756 ext/gmp/gmp.c  		GMPG(rand_initialized) = 1;
GMPG             1775 ext/gmp/gmp.c  	mpz_urandomb(gmpnum_result, GMPG(rand_state), GMP_ABS (limiter) * GMP_LIMB_BITS);
GMPG             1777 ext/gmp/gmp.c  	mpz_urandomb(gmpnum_result, GMPG(rand_state), GMP_ABS (limiter) * __GMP_BITS_PER_MP_LIMB);
GMPG             1797 ext/gmp/gmp.c  		gmp_randseed_ui(GMPG(rand_state), Z_LVAL_P(seed));
GMPG             1802 ext/gmp/gmp.c  		gmp_randseed(GMPG(rand_state), gmpnum_seed);
GMPG             1828 ext/gmp/gmp.c  	mpz_urandomb(gmpnum_result, GMPG(rand_state), bits);
GMPG             1865 ext/gmp/gmp.c  		mpz_urandomm(gmpnum_result, GMPG(rand_state), gmpnum_range);
GMPG             1888 ext/gmp/gmp.c  		mpz_urandomm(gmpnum_result, GMPG(rand_state), gmpnum_range);