OPALX (Object Oriented Parallel Accelerator Library for Exascal) master (dc2a29eed580)
OPALX
Loading...
Searching...
No Matches
RandomTest Class Reference

Inherits testing::Test.

Collaboration diagram for RandomTest:
Collaboration graph

Protected Member Functions

void SetUp () override
 
void TearDown () override
 

Protected Attributes

gsl_rngrng
 

Detailed Description

Definition at line 44 of file TestRandom.cpp.

Member Function Documentation

◆ SetUp()

void RandomTest::SetUp ( )
inlineoverrideprotected

Definition at line 46 of file TestRandom.cpp.

References gsl_rng_alloc(), gsl_rng_default, rng, and gsl_rng::seed().

Here is the call graph for this function:

◆ TearDown()

void RandomTest::TearDown ( )
inlineoverrideprotected

Definition at line 51 of file TestRandom.cpp.

References gsl_rng_free(), and rng.

Here is the call graph for this function:

Member Data Documentation

◆ rng

gsl_rng* RandomTest::rng
protected

Definition at line 53 of file TestRandom.cpp.

Referenced by SetUp(), and TearDown().


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