MCPcopy Create free account
hub / github.com/apache/singa / random_seed

Method random_seed

test/gtest/gtest-all.cc:5439–5439  ·  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

5437
5438// Returns the random seed used at the start of the current test run.
5439int UnitTest::random_seed() const { return impl_->random_seed(); }
5440
5441#if GTEST_HAS_PARAM_TEST
5442// Returns ParameterizedTestCaseRegistry object used to keep track of

Callers 2

OnTestIterationStartMethod · 0.80
PrintXmlUnitTestMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected