Please clarify the following code

Правка en3, от swagata93, 2019-05-29 06:20:03

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());
#endif

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en3 Английский swagata93 2019-05-29 06:20:03 0 please don't consider the previous one. this one is correct
en2 Английский swagata93 2019-05-29 06:17:31 20
en1 Английский swagata93 2019-05-29 06:15:46 314 Initial revision (published)