MCPcopy Create free account
hub / github.com/bwapi/bwapi / getRandomSeed

Method getRandomSeed

bwapi/BWAPI/Source/BWAPI/GameImpl.cpp:907–910  ·  view source on GitHub ↗

-------------------------------------------------- GET RANDOM SEED ---------------------------------------

Source from the content-addressed store, hash-verified

905 }
906 //-------------------------------------------------- GET RANDOM SEED ---------------------------------------
907 unsigned GameImpl::getRandomSeed() const
908 {
909 return BW::BWDATA::ReplayHead.gameSeed.randSeed;
910 }
911};
912

Callers 2

updateSharedMemoryMethod · 0.45
onStartMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected