I couldn't understand the meaning of the following code which is part of a program...It will be very helpful if anyone clarify this...Thank you all!!
ifdef ONPC
mt19937 rnd(228);
else
mt19937 rnd(chrono::high_resolution_clock::now().time_since_epoch().count());