Flowdock
method

left

Importance_0
Ruby latest stable (v2_5_5) - 0 notes - Class: Random
left() private

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
static VALUE
random_left(VALUE obj)
{
    rb_random_t *rnd = get_rnd(obj);
    return INT2FIX(rnd->mt.left);
}
Register or log in to add new notes.