MCPcopy Create free account
hub / github.com/OpenPTrack/open_ptrack_v2 / random_seed

Method random_seed

rtpose_wrapper/src/gtest/gtest-all.cpp:5203–5203  ·  view source on GitHub ↗

Returns the random seed used at the start of the current test run.

Source from the content-addressed store, hash-verified

5201
5202// Returns the random seed used at the start of the current test run.
5203int UnitTest::random_seed() const { return impl_->random_seed(); }
5204
5205#if GTEST_HAS_PARAM_TEST
5206// Returns ParameterizedTestCaseRegistry object used to keep track of

Callers 4

InternalThreadEntryMethod · 0.80
InitMethod · 0.80
OnTestIterationStartMethod · 0.80
PrintXmlUnitTestMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected