random_real      1248 random.c       	    r = random_real(obj, rnd, excl);
random_real      1326 random.c       	return rb_float_new(random_real(obj, rnd, TRUE));
random_real      1341 random.c       	    double r = random_real(obj, rnd, TRUE);