MCPcopy Create free account
hub / github.com/csmith-project/csmith / RandomDigits

Method RandomDigits

src/DFSRndNumGenerator.cpp:493–497  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

491}
492
493std::string
494DFSRndNumGenerator::RandomDigits( int num )
495{
496 return AbsRndNumGenerator::RandomDigits(num);
497}
498

Callers

nothing calls this directly

Calls 1

RandomDigitsFunction · 0.85

Tested by

no test coverage detected