pub unsafe extern "C" fn rb_random_mark(ptr: *mut c_void)Expand description
This is the implementation of ::rb_data_type_struct::dmark for
::[rb_random_data_type]. In case your PRNG does not involve Ruby objects at
all (which is quite likely), you can simply reuse it.
ยง@param[out] ptr Target to mark, which is a ::rb_random_t this case.
Generated by rb-sys for Ruby mri-x86_64-linux-gnu-3.3.8