Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/csmith-project/csmith
/ RandomDigits
Method
RandomDigits
src/RandomNumber.cpp:162–166 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
160
}
161
162
std::string
163
RandomNumber::RandomDigits(int num)
164
{
165
return curr_generator_->RandomDigits(num);
166
}
167
168
void
169
RandomNumber::doFinalization()
Callers
1
RandomDigits
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected