Bridge++
Version 1.5.4
|
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" |
Test of random number generator.
28 Dec 2011 H.Matsufuru YAML is implemented. [14 Nov 2012 Y.Namekawa] unique_ptr is introduced to avoid memory leaks [21 Mar 2015 Y.Namekawa]
int Test_RandomNumbers_MT19937::test_global | ( | void | ) |
Definition at line 53 of file test_RandomNumbers_MT19937_Global.cpp.
int Test_RandomNumbers_MT19937::uniform_calc_pi | ( | void | ) |
Definition at line 50 of file test_RandomNumbers_MT19937_Uniform.cpp.
const std::string Test_RandomNumbers_MT19937::test_name = "RandomNumbers.MT19937.Global" |
Definition at line 33 of file test_RandomNumbers_MT19937_Global.cpp.