MCPcopy Create free account
hub / github.com/EmbeddedRPC/erpc / random

Function random

test/common/gtest/gtest.cpp:1212–1212  ·  view source on GitHub ↗

Gets the random number generator.

Source from the content-addressed store, hash-verified

1210
1211 // Gets the random number generator.
1212 internal::Random* random() { return &random_; }
1213
1214 // Shuffles all test cases, and the tests within each test case,
1215 // making sure that death tests are still run first.

Callers 2

RunAllTestsMethod · 0.85
ShuffleTestsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected