[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [pbmserv-dev] Dvonn problem (?)



I just checked dvonn.cpp   it does not increment random[1] by one each
time the rand() function is called; I think it is supposed to.  You may
wish to view game.cpp and look for these keywords: 'RandomStart' 'random'
and 'srand'

everytime you use rand() you must do this: random[1]++; // mark use of rand()

I think you can ignore my previous message.  Sorry, just trying to help.

--
 Douglas Zander