crlib: replace random number generator with wyhash.

Benchmarks shows about 4x increased PRNG perfomance increase comparing to old one. Should slightly reduce per-bot CPU usage.
This commit is contained in:
ds 2020-09-29 19:23:26 +03:00
commit 726ea72965
13 changed files with 189 additions and 179 deletions

View file

@ -1093,6 +1093,7 @@ public:
int getNearestToPlantedBomb ();
float getFrameInterval ();
float getConnectionTime ();
BotTask *getTask ();
public: