00001 #ifndef GALOIS_C__11_COMPAT_RANDOM_H 00002 #define GALOIS_C__11_COMPAT_RANDOM_H 00003 00004 #include <boost/tr1/random.hpp> 00005 namespace std { using namespace std::tr1; } 00006 00007 #endif