git-svn-id: svn://db.shs.com.ru/pip@383 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5

This commit is contained in:
2017-04-17 12:45:18 +00:00
parent 9f8db3a769
commit ff647e6054
4 changed files with 4 additions and 6 deletions

View File

@@ -28,7 +28,7 @@
class _Init {
public:
_Init() {srand(PISystemTime::current().toMicroseconds());}
_Init() {randomize();}
};
_Init _pisd_init;