| 485 | } |
| 486 | |
| 487 | std::string |
| 488 | DFSRndNumGenerator::RandomHexDigits( int num ) |
| 489 | { |
| 490 | return AbsRndNumGenerator::RandomHexDigits(num); |
| 491 | } |
| 492 | |
| 493 | std::string |
| 494 | DFSRndNumGenerator::RandomDigits( int num ) |
nothing calls this directly
no test coverage detected