mirror of
https://github.com/glest/glest-source.git
synced 2025-08-14 04:13:58 +02:00
- attempt to detect oos by adding more crc and log info
This commit is contained in:
@@ -40,6 +40,7 @@ void RandomGen::init(int seed){
|
||||
}
|
||||
|
||||
int RandomGen::rand(string lastCaller) {
|
||||
this->lastCaller.push_back(lastCaller);
|
||||
this->lastNumber = (a*lastNumber + b) % m;
|
||||
return lastNumber;
|
||||
}
|
||||
|
Reference in New Issue
Block a user