Home
last modified time | relevance | path

Searched refs:eGetRand_LFG (Results 1 – 5 of 5) sorted by relevance

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/util/test/
H A Dtest_random.cpp51 BOOST_CHECK(rnd.GetRandMethod() == CRandom::eGetRand_LFG); in BOOST_AUTO_TEST_CASE()
75 BOOST_CHECK(rnd.GetRandMethod() == CRandom::eGetRand_LFG); in BOOST_AUTO_TEST_CASE()
182 BOOST_CHECK(rnd.GetRandMethod() == CRandom::eGetRand_LFG); in BOOST_AUTO_TEST_CASE()
220 BOOST_CHECK(rnd.GetRandMethod() == CRandom::eGetRand_LFG); in BOOST_AUTO_TEST_CASE()
267 BOOST_CHECK(lfg_rnd.GetRandMethod() == CRandom::eGetRand_LFG); in BOOST_AUTO_TEST_CASE()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/util/
H A Drandom_gen.hpp73 eGetRand_LFG, ///< Use lagged Fibonacci (LFG) random number generator enumerator
80 CRandom(EGetRandMethod method = eGetRand_LFG);
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/util/
H A Drandom_gen.hpp73 eGetRand_LFG, ///< Use lagged Fibonacci (LFG) random number generator enumerator
80 CRandom(EGetRandMethod method = eGetRand_LFG);
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/util/
H A Drandom_gen.cpp228 m_RandMethod(eGetRand_LFG) in CRandom()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/util/
H A Drandom_gen.cpp228 m_RandMethod(eGetRand_LFG) in CRandom()