left()
No documentation available.
static VALUE random_left(VALUE obj) { rb_random_t *rnd = get_rnd(obj); return INT2FIX(rnd->mt.left); }