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

Method RandomHexDigits

src/DFSRndNumGenerator.cpp:487–491  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

485}
486
487std::string
488DFSRndNumGenerator::RandomHexDigits( int num )
489{
490 return AbsRndNumGenerator::RandomHexDigits(num);
491}
492
493std::string
494DFSRndNumGenerator::RandomDigits( int num )

Callers

nothing calls this directly

Calls 1

RandomHexDigitsFunction · 0.85

Tested by

no test coverage detected