Ruby 4.0.5p0 (2026-05-20 revision 64336ffd0ee9e1f4c05891695a3d7b49cb709721)
rb_random_struct Struct Reference

Base components of the random interface. More...

#include <random.h>

Data Fields

VALUE seed
 Seed, passed through e.g.

Detailed Description

Base components of the random interface.

Definition at line 49 of file random.h.

Field Documentation

◆ seed

VALUE rb_random_struct::seed

Seed, passed through e.g.

Random.new

Definition at line 51 of file random.h.

Referenced by rb_random_base_init(), and rb_reset_random_seed().


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