| 95 | } |
| 96 | |
| 97 | AbsRndNumGenerator* |
| 98 | RandomNumber::GetRndNumGenerator(void) |
| 99 | { |
| 100 | assert(instance_->curr_generator_); |
| 101 | return instance_->curr_generator_; |
| 102 | } |
| 103 | |
| 104 | /* |
| 105 | * Currently we can't switch to SeqRandom mode from other mode, |
nothing calls this directly
no outgoing calls
no test coverage detected