Entroper on 29 February 2008
srand() just seeds the random number generator. You then need to use rand() to actually obtain random numbers.
Here's a reference: http://www.cplusplus.com/reference/clibrary/cstdlib/rand.html







