competitive_library

This documentation is automatically generated by online-judge-tools/verification-helper

View the Project on GitHub knshnb/competitive_library

:warning: src/Helper/Random.hpp

Code

std::mt19937 rnd(std::chrono::steady_clock::now().time_since_epoch().count());
#line 1 "src/Helper/Random.hpp"
std::mt19937 rnd(std::chrono::steady_clock::now().time_since_epoch().count());
Back to top page