I'm using Dev C++ 4.9.9.2 to do c++ programming on my computer (windows 7). It looks like srand() is not working properly. No matter what numbers I seed srand() with I still get the same sequence of random numbers (using rand()). srand() works fine on computers with windows xp.