Flowdock
state() private

No documentation

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

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