You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

random_state.cpp 232 B

1234567891011
  1. #include "test/common/random_state.h"
  2. namespace megdnn {
  3. namespace test {
  4. const int RandomState::m_seed;
  5. RandomState RandomState::m_instance = RandomState();
  6. } // namespace test
  7. } // namespace megdnn
  8. // vim: syntax=cpp.doxygen