View Single Post
  #24  
Old October 9th, 2008, 01:33 PM

Psycho Psycho is offline
Captain
 
Join Date: Jan 2008
Posts: 913
Thanks: 21
Thanked 53 Times in 33 Posts
Psycho is on a distinguished road
Default Re: Is it just me or??? <army didn't move>

It's probably because of the random number generator, right? I'm running the game on windows and I suppose the llamaserver runs on linux?

I know that C's RNG doesn't guarantee getting the same numbers on different platforms. I don't know how would you go about random numbers when making a game such as this. Would you make your own RNG? There are several RNGs on Boost site that are pseudo-random like C's RNG, but that do guarantee same numbers on different platforms.
Reply With Quote