seed()
Returns the seed of the generator.
static VALUE random_get_seed(VALUE obj) { return get_rnd(obj)->seed; }