rb_check_to_float  611 include/ruby/intern.h VALUE rb_check_to_float(VALUE);
rb_check_to_float 1233 random.c           else if (v = rb_check_to_float(vmax), !NIL_P(v)) {
rb_check_to_float 1269 random.c       	VALUE f = rb_check_to_float(beg);
rb_check_to_float 1334 random.c           v = rb_check_to_float(vmax);