|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Public Member Functions | |
| gsl_rng_holder (unsigned int seed) | |
| ~gsl_rng_holder () | |
| operator gsl_rng * () | |
Public Attributes | |
| gsl_rng * | r |
Definition at line 44 of file testOhash.C.
Definition at line 47 of file testOhash.C.
References Aleph::divide_and_conquer_partition_dp(), r, and seed.
|
inline |
Definition at line 52 of file testOhash.C.
References Aleph::divide_and_conquer_partition_dp(), and r.
|
inline |
Definition at line 53 of file testOhash.C.
References 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 *().