MCPcopy 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
162std::string
163RandomNumber::RandomDigits(int num)
164{
165 return curr_generator_->RandomDigits(num);
166}
167
168void
169RandomNumber::doFinalization()

Callers 1

RandomDigitsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected