You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After watching ["BEST C++ CODE ever written" // Code Review](https://www.youtube.com/watch?v=NeHjMNBsVfs) and exploring [NicholasMaurer2005/ChessConsole](https://github.com/NicholasMaurer2005/ChessConsole), I noticed several issues that should be addressed:
-[Link to std::endl](https://en.cppreference.com/w/cpp/io/manip/endl)
24
-
25
-
3.**Use of `rand()`:**
26
-
-[How good is the current implementations of rand() in C?](https://scicomp.stackexchange.com/questions/30479/how-good-are-current-implementations-of-rand-in-c)
27
-
-[Faster than rand()?](https://stackoverflow.com/questions/26237419/faster-than-rand)
0 commit comments