Gets the random seed used at the start of the current test iteration.
| 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_; } |
nothing calls this directly
no outgoing calls
no test coverage detected