Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
gsl_rng_holder Struct Reference

Public Member Functions

 gsl_rng_holder (unsigned int seed)
 
 ~gsl_rng_holder ()
 
 operator gsl_rng * ()
 

Public Attributes

gsl_rngr
 

Detailed Description

Definition at line 44 of file testOhash.C.

Constructor & Destructor Documentation

◆ gsl_rng_holder()

gsl_rng_holder::gsl_rng_holder ( unsigned int  seed)
inline

Definition at line 47 of file testOhash.C.

References Aleph::divide_and_conquer_partition_dp(), r, and seed.

◆ ~gsl_rng_holder()

gsl_rng_holder::~gsl_rng_holder ( )
inline

Definition at line 52 of file testOhash.C.

References Aleph::divide_and_conquer_partition_dp(), and r.

Member Function Documentation

◆ operator gsl_rng *()

gsl_rng_holder::operator gsl_rng * ( )
inline

Definition at line 53 of file testOhash.C.

References r.

Member Data Documentation

◆ r

gsl_rng* gsl_rng_holder::r

Definition at line 46 of file testOhash.C.

Referenced by gsl_rng_holder(), ~gsl_rng_holder(), and operator gsl_rng *().


The documentation for this struct was generated from the following file: