Gets the random number generator.
| 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. |
no outgoing calls
no test coverage detected