MT                117 random.c       init_genrand(struct MT *mt, unsigned int s)
MT                138 random.c       init_by_array(struct MT *mt, const uint32_t init_key[], int key_length)
MT                164 random.c       next_state(struct MT *mt)
MT                183 random.c       genrand_int32(struct MT *mt)
MT                203 random.c       genrand_real(struct MT *mt)
MT                222 random.c       genrand_real2(struct MT *mt)
MT                237 random.c           struct MT mt;
MT                244 random.c       static VALUE rand_init(struct MT *mt, VALUE vseed);
MT                250 random.c           struct MT *mt = &r->mt;
MT                257 random.c       static struct MT *
MT                266 random.c           struct MT *mt = default_mt();
MT                273 random.c           struct MT *mt = default_mt();
MT                365 random.c       rand_init(struct MT *mt, VALUE seed)
MT                647 random.c           struct MT *mt;
MT                661 random.c       mt_state(const struct MT *mt)
MT                717 random.c           struct MT *mt = &rnd->mt;
MT                806 random.c       limited_rand(struct MT *mt, unsigned long limit)
MT                838 random.c       limited_big_rand(struct MT *mt, VALUE limit)
MT               1486 random.c       init_hashseed(struct MT *mt)
MT               1504 random.c       init_siphash(struct MT *mt)
MT               1538 random.c           struct MT mt;
MT               1551 random.c       init_randomseed(struct MT *mt)
MT               1568 random.c           struct MT *mt = &r->mt;