Ruby 2.7.6p219 (2022-04-12 revision c9c2245c0a25176072e02db9254f0e0c84c805cd)
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().