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

Function random_seed

tests/gtest/gtest-all.cc:1205–1205  ·  view source on GitHub ↗

Gets the random seed used at the start of the current test iteration.

Source from the content-addressed store, hash-verified

1203
1204 // Gets the random seed used at the start of the current test iteration.
1205 int random_seed() const { return random_seed_; }
1206
1207 // Gets the random number generator.
1208 internal::Random* random() { return &random_; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected