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

Function RandomHexDigits

src/random.cpp:60–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60std::string RandomHexDigits( int num )
61{
62 RandomNumber *rnd = RandomNumber::GetInstance();
63 return rnd->RandomHexDigits(num);
64}
65
66std::string RandomDigits( int num )
67{

Callers 10

PureRandomHexDigitsFunction · 0.85
RandomHexDigitsMethod · 0.85
RandomHexDigitsMethod · 0.85

Calls 1

RandomHexDigitsMethod · 0.45

Tested by

no test coverage detected