Bridge++  Ver. 2.0.2
Test_RandomNumbers_MT19937 Namespace Reference

Test of random number generator. More...

Functions

int test_global (void)
 
int uniform_calc_pi (void)
 

Variables

const std::string test_name = "RandomNumbers.MT19937.Global"
 

Detailed Description

Test of random number generator.

                        [28 Dec 2011 H.Matsufuru]

(Coding history will be recovered from trac.) YAML is implemented. [14 Nov 2012 Y.Namekawa] unique_ptr is introduced to avoid memory leaks [21 Mar 2015 Y.Namekawa]

Function Documentation

◆ test_global()

int Test_RandomNumbers_MT19937::test_global ( void  )

Definition at line 53 of file test_RandomNumbers_MT19937_Global.cpp.

◆ uniform_calc_pi()

int Test_RandomNumbers_MT19937::uniform_calc_pi ( void  )

Definition at line 50 of file test_RandomNumbers_MT19937_Uniform.cpp.

Variable Documentation

◆ test_name

const std::string Test_RandomNumbers_MT19937::test_name = "RandomNumbers.MT19937.Global"

Definition at line 33 of file test_RandomNumbers_MT19937_Global.cpp.