Ruby 3.0.5p211 (2022-11-24 revision ba5cf0f7c52d4d35cc6a173c89eda98ceffa2dcf)
|
#include <random.h>
Data Fields | |
size_t | default_seed_bits |
rb_random_init_func * | init |
rb_random_get_int32_func * | get_int32 |
rb_random_get_bytes_func * | get_bytes |
rb_random_get_real_func * | get_real |
rb_random_get_bytes_func* rb_random_interface_t::get_bytes |
rb_random_get_int32_func* rb_random_interface_t::get_int32 |
rb_random_get_real_func* rb_random_interface_t::get_real |
rb_random_init_func* rb_random_interface_t::init |