state()
No documentation available.
static VALUE random_state(VALUE obj) { rb_random_t *rnd = get_rnd(obj); return mt_state(&rnd->mt); }