MCPcopy Create free account
hub / github.com/apache/trafficserver / rngSeed

Method rngSeed

lib/catch2/catch.hpp:10008–10008  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10006 double Config::minDuration() const { return m_data.minDuration; }
10007 RunTests::InWhatOrder Config::runOrder() const { return m_data.runOrder; }
10008 unsigned int Config::rngSeed() const { return m_data.rngSeed; }
10009 UseColour::YesOrNo Config::useColour() const { return m_data.useColour; }
10010 bool Config::shouldDebugBreak() const { return m_data.shouldDebugBreak; }
10011 int Config::abortAfter() const { return m_data.abortAfter; }

Callers 6

seedRngFunction · 0.80
rngSeedFunction · 0.80
sortTestsFunction · 0.80
lazyPrintRunInfoMethod · 0.80
writeGroupMethod · 0.80
testRunStartingMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected