GMPG 724 ext/gmp/gmp.c if (GMPG(rand_initialized)) { GMPG 725 ext/gmp/gmp.c gmp_randclear(GMPG(rand_state)); GMPG 726 ext/gmp/gmp.c GMPG(rand_initialized) = 0; GMPG 1779 ext/gmp/gmp.c if (!GMPG(rand_initialized)) { GMPG 1782 ext/gmp/gmp.c gmp_randinit_mt(GMPG(rand_state)); GMPG 1784 ext/gmp/gmp.c gmp_randinit_lc_2exp_size(GMPG(rand_state), 32L); GMPG 1787 ext/gmp/gmp.c gmp_randseed_ui(GMPG(rand_state), GENERATE_SEED()); GMPG 1789 ext/gmp/gmp.c GMPG(rand_initialized) = 1; GMPG 1808 ext/gmp/gmp.c mpz_urandomb(gmpnum_result, GMPG(rand_state), GMP_ABS (limiter) * GMP_LIMB_BITS); GMPG 1810 ext/gmp/gmp.c mpz_urandomb(gmpnum_result, GMPG(rand_state), GMP_ABS (limiter) * __GMP_BITS_PER_MP_LIMB); GMPG 1834 ext/gmp/gmp.c mpz_urandomb(gmpnum_result, GMPG(rand_state), bits); GMPG 1871 ext/gmp/gmp.c mpz_urandomm(gmpnum_result, GMPG(rand_state), gmpnum_range); GMPG 1894 ext/gmp/gmp.c mpz_urandomm(gmpnum_result, GMPG(rand_state), gmpnum_range);