| 64 | virtual std::string RandomDigits( int num ); |
| 65 | |
| 66 | virtual enum RNDNUM_GENERATOR kind() { return rSimpleDeltaRndNumGenerator; } |
| 67 | |
| 68 | private: |
| 69 | // ------------------------------------------------------------------------------------------ |
nothing calls this directly
no outgoing calls
no test coverage detected