DarkflameServer/dChatServer
David Markowitz 040a78c386
fix: Remove usage of rand() and seed randomness for chatserver (#1152)
* Remove usage of rand(), time(0) to time(NULL)

Replace it with the random engine mt19937.
convert time(0) to time(NULL)

* update

* revert a bunch of changes
2023-08-03 21:38:19 -05:00
..
ChatPacketHandler.cpp Make header skips more obvious (#1074) 2023-05-08 06:31:10 -05:00
ChatPacketHandler.h cleanup enums to make them more consistent 2023-01-22 17:38:47 -06:00
ChatServer.cpp fix: Remove usage of rand() and seed randomness for chatserver (#1152) 2023-08-03 21:38:19 -05:00
CMakeLists.txt Implement GTest and change windows output path 2022-11-07 00:12:35 -08:00
PlayerContainer.cpp Make header skips more obvious (#1074) 2023-05-08 06:31:10 -05:00
PlayerContainer.h format codebase 2022-07-28 08:39:57 -05:00