General > Discussion
UFO: Female Invasion?
Duke:
Do we also have that male/female distribution prob on linux ?
Destructavator:
--- Quote from: Duke on January 30, 2010, 03:24:45 am ---Do we also have that male/female distribution prob on linux ?
--- End quote ---
I can find out - my desktop computer had this issue with the game under Windows, and the same computer also has Xubuntu Linux installed.
I'll try to find time this weekend to grab an SVN copy under Linux on that machine and find out if it behaves the same or not.
EsbenMoseHansen:
--- Quote from: Destructavator on January 27, 2010, 07:23:56 pm ---Side Note: What is a good way of getting random numbers anyways? One that's cross-platform and not tied to MS?
I could really use something like that for another project...
--- End quote ---
As with all things C++, boost is the answer: http://www.boost.org/doc/libs/1_41_0/libs/random/index.html That library will also be part of the C++ standard, offering 3 different random number generators depending on the quality you need, and will work on any platform you could possibly need.
Destructavator:
--- Quote from: EsbenMoseHansen on January 30, 2010, 05:04:12 pm ---As with all things C++, boost is the answer: http://www.boost.org/doc/libs/1_41_0/libs/random/index.html That library will also be part of the C++ standard, offering 3 different random number generators depending on the quality you need, and will work on any platform you could possibly need.
--- End quote ---
Thanks! This is exactly something I was looking for.
O01eg:
--- Quote from: EsbenMoseHansen on January 30, 2010, 05:04:12 pm ---As with all things C++, boost is the answer: http://www.boost.org/doc/libs/1_41_0/libs/random/index.html That library will also be part of the C++ standard, offering 3 different random number generators depending on the quality you need, and will work on any platform you could possibly need.
--- End quote ---
Boost in C? It's terrible.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version