Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
60
std::string RandomHexDigits( int num )
61
{
62
RandomNumber *rnd = RandomNumber::GetInstance();
63
return rnd->RandomHexDigits(num);
64
}
65
66
std::string RandomDigits( int num )
67
{
Callers
10
PureRandomHexDigits
Function · 0.85
GenerateRandomCharConstant
Function · 0.85
GenerateRandomIntConstant
Function · 0.85
GenerateRandomShortConstant
Function · 0.85
GenerateRandomLongConstant
Function · 0.85
GenerateRandomLongLongConstant
Function · 0.85
GenerateRandomFloatHexConstant
Function · 0.85
GenerateSmallRandomFloatHexConstant
Function · 0.85
RandomHexDigits
Method · 0.85
RandomHexDigits
Method · 0.85
Calls
1
RandomHexDigits
Method · 0.45
Tested by
no test coverage detected