Gets the random number generator.
| 1169 | |
| 1170 | // Gets the random number generator. |
| 1171 | internal::Random* random() { return &random_; } |
| 1172 | |
| 1173 | // Shuffles all test cases, and the tests within each test case, |
| 1174 | // making sure that death tests are still run first. |
no outgoing calls
no test coverage detected