Monthly Archives: November 2014

Random Fail


One of my common software interview questions involves the creation of a game board. Part of the problem includes the generation of random numbers. If the candidate is writing in C/C++, the typical code I see looks something like this: srand(seed); // one time … Continue reading

Posted in C++, Computers and Internet, Game Programming | 1 Comment