MCPcopy Create free account
hub / github.com/OpenXcom/OpenXcom / getSeed

Function getSeed

src/Engine/RNG.cpp:54–57  ·  view source on GitHub ↗

* Returns the current seed in use by the generator. * @return Current seed. */

Source from the content-addressed store, hash-verified

52* @return Current seed.
53*/
54uint64_t getSeed()
55{
56 return x;
57}
58
59/**
60* Changes the current seed in use by the generator.

Callers 1

saveMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected