MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / rngSeed

Method rngSeed

tests/catch.hpp:7867–7867  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7865 ShowDurations::OrNot Config::showDurations() const { return m_data.showDurations; }
7866 RunTests::InWhatOrder Config::runOrder() const { return m_data.runOrder; }
7867 unsigned int Config::rngSeed() const { return m_data.rngSeed; }
7868 int Config::benchmarkResolutionMultiple() const { return m_data.benchmarkResolutionMultiple; }
7869 UseColour::YesOrNo Config::useColour() const { return m_data.useColour; }
7870 bool Config::shouldDebugBreak() const { return m_data.shouldDebugBreak; }

Callers 4

seedRngFunction · 0.80
rngSeedFunction · 0.80
lazyPrintRunInfoMethod · 0.80
testRunStartingMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected