Function rb_random_base_init

Source
pub unsafe extern "C" fn rb_random_base_init(rnd: *mut rb_random_t)
Expand description

Initialises an allocated ::rb_random_t instance. Call it from your own initialiser appropriately.

§@param[out] rnd Your PRNG’s base part. @post rnd is filled with an initial state.

Generated by rb-sys for Ruby mri-x86_64-linux-gnu-3.2.3