Ruby 2.7.7p221 (2022-11-24 revision 168ec2b1e5ad0e4688e963d9de019557c78feed9)
Functions | Variables
ossl_rand.h File Reference

Go to the source code of this file.

Functions

void Init_ossl_rand (void)
 

Variables

VALUE mRandom
 
VALUE eRandomError
 

Function Documentation

◆ Init_ossl_rand()

void Init_ossl_rand ( void  )

Variable Documentation

◆ eRandomError

VALUE eRandomError
extern

Definition at line 13 of file ossl_rand.c.

Referenced by Init_ossl_rand().

◆ mRandom

VALUE mRandom
extern

Definition at line 12 of file ossl_rand.c.

Referenced by Init_ossl_rand().