MCPcopy Create free account
hub / github.com/awslabs/aws-lambda-cpp / random_seed

Method random_seed

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

6389
6390// Returns the random seed used at the start of the current test run.
6391int UnitTest::random_seed() const { return impl_->random_seed(); }
6392
6393// Returns ParameterizedTestSuiteRegistry object used to keep track of
6394// value-parameterized tests and instantiate and register them.

Callers 3

OnTestIterationStartMethod · 0.80
PrintXmlUnitTestMethod · 0.80
PrintJsonUnitTestMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected