| 60 | virtual std::string RandomDigits( int num ); |
| 61 | |
| 62 | virtual enum RNDNUM_GENERATOR kind() { return rDefaultRndNumGenerator; } |
| 63 | |
| 64 | void set_rand_depth(unsigned INT64 depth) { rand_depth_ = depth; } |
| 65 |
nothing calls this directly
no outgoing calls
no test coverage detected