Skip to content

Commit 7c533e4

Browse files
committed
Remove unused classes from the selection
do we really need to select stl generators at all?
1 parent b990365 commit 7c533e4

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

math/mathcore/inc/LinkDef2.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,18 +51,12 @@
5151
//#pragma link C++ struct mixmax::mixmax_engine<256>::rng_state_st+;
5252
//#pragma link C++ struct mixmax::mixmax_engine<17>::rng_state_st+;
5353
//#pragma link C++ struct mixmax::_Generator<ULong64_t,0,2305843009213693951>+;
54-
//#pragma link C++ class std::mt19937_64+;
55-
//#pragma link C++ class std::ranlux48+;
5654

5755
#pragma link C++ class std::mersenne_twister_engine< uint_fast64_t, 64, 312, 156, 31, 0xb5026f5aa96619e9ULL, 29, 0x5555555555555555ULL, 17, 0x71d67fffeda60000ULL, 37, 0xfff7eee000000000ULL, 43, 6364136223846793005ULL >+;
5856

5957
#pragma link C++ class std::subtract_with_carry_engine<std::uint_fast64_t, 48, 5, 12>+;
6058
#pragma link C++ class std::discard_block_engine<std::ranlux48_base, 389, 11>+;
6159

62-
#pragma link C++ typedef std::mt19937_64;
63-
#pragma link C++ typedef std::ranlux48;
64-
65-
6660
#pragma link C++ class TRandomGen<ROOT::Math::MixMaxEngine<240,0>>+;
6761
#pragma link C++ class TRandomGen<ROOT::Math::MixMaxEngine<256,0>>+;
6862
#pragma link C++ class TRandomGen<ROOT::Math::MixMaxEngine<256,2>>+;

0 commit comments

Comments
 (0)