rb_random_t       242 random.c       static rb_random_t default_rand;
rb_random_t       247 random.c       static rb_random_t *
rb_random_t       248 random.c       rand_start(rb_random_t *r)
rb_random_t       310 random.c           rb_gc_mark(((rb_random_t *)ptr)->seed);
rb_random_t       323 random.c           return sizeof(rb_random_t);
rb_random_t       336 random.c       static rb_random_t *
rb_random_t       339 random.c           rb_random_t *ptr;
rb_random_t       340 random.c           TypedData_Get_Struct(obj, rb_random_t, &random_data_type, ptr);
rb_random_t       344 random.c       static rb_random_t *
rb_random_t       358 random.c           rb_random_t *rnd;
rb_random_t       359 random.c           VALUE obj = TypedData_Make_Struct(klass, rb_random_t, &random_data_type, rnd);
rb_random_t       408 random.c           rb_random_t *rnd = get_rnd(obj);
rb_random_t       646 random.c           rb_random_t *rnd1, *rnd2;
rb_random_t       672 random.c           rb_random_t *rnd = get_rnd(obj);
rb_random_t       687 random.c           rb_random_t *rnd = get_rnd(obj);
rb_random_t       702 random.c           rb_random_t *rnd = get_rnd(obj);
rb_random_t       716 random.c           rb_random_t *rnd = get_rnd(obj);
rb_random_t       777 random.c           rb_random_t *r = &default_rand;
rb_random_t       915 random.c       random_int32(rb_random_t *rnd)
rb_random_t       923 random.c           rb_random_t *rnd = try_get_rnd(obj);
rb_random_t       933 random.c       random_real(VALUE obj, rb_random_t *rnd, int excl)
rb_random_t       958 random.c           rb_random_t *rnd = try_get_rnd(obj);
rb_random_t       987 random.c       random_ulong_limited(VALUE obj, rb_random_t *rnd, unsigned long limit)
rb_random_t      1020 random.c           rb_random_t *rnd = try_get_rnd(obj);
rb_random_t      1037 random.c       random_ulong_limited_big(VALUE obj, rb_random_t *rnd, VALUE vmax)
rb_random_t      1065 random.c       static VALUE genrand_bytes(rb_random_t *rnd, long n);
rb_random_t      1082 random.c       genrand_bytes(rb_random_t *rnd, long n)
rb_random_t      1111 random.c           rb_random_t *rnd = try_get_rnd(obj);
rb_random_t      1132 random.c       rand_int(VALUE obj, rb_random_t *rnd, VALUE vmax, int restrictive)
rb_random_t      1206 random.c       rand_range(VALUE obj, rb_random_t* rnd, VALUE range)
rb_random_t      1281 random.c       static VALUE rand_random(int argc, VALUE *argv, VALUE obj, rb_random_t *rnd);
rb_random_t      1321 random.c       rand_random(int argc, VALUE *argv, VALUE obj, rb_random_t *rnd)
rb_random_t      1352 random.c           rb_random_t *rnd = try_get_rnd(obj);
rb_random_t      1386 random.c           rb_random_t *r1, *r2;
rb_random_t      1431 random.c           rb_random_t *rnd = rand_start(&default_rand);
rb_random_t      1567 random.c           rb_random_t *r = &default_rand;
rb_random_t      1580 random.c           rb_random_t *r = &default_rand;