/* */ #include "a2gmp.h" namespace aria2 { namespace global { gmp_randstate_t gmpRandstate; void initGmp() { gmp_randinit_default(gmpRandstate); } } // namespace global } // namespace aria2