Ruby 3.0.5p211 (2022-11-24 revision ba5cf0f7c52d4d35cc6a173c89eda98ceffa2dcf)
Data Fields
rb_random_mt_t Struct Reference

Data Fields

rb_random_t base
 
struct MT mt
 

Detailed Description

Definition at line 122 of file random.c.

Field Documentation

◆ base

rb_random_t rb_random_mt_t::base

Definition at line 123 of file random.c.

Referenced by rb_genrand_ulong_limited(), and rb_reset_random_seed().

◆ mt

struct MT rb_random_mt_t::mt

Definition at line 124 of file random.c.

Referenced by rb_genrand_int32(), rb_genrand_real(), and rb_reset_random_seed().


The documentation for this struct was generated from the following file: