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

Function RandomDigits

src/random.cpp:66–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66std::string RandomDigits( int num )
67{
68 RandomNumber *rnd = RandomNumber::GetInstance();
69 return rnd->RandomDigits(num);
70}
71
72unsigned int
73rnd_upto(const unsigned int n, const Filter *f, const std::string* where)

Callers 4

PureRandomDigitsFunction · 0.85
RandomDigitsMethod · 0.85
RandomDigitsMethod · 0.85

Calls 1

RandomDigitsMethod · 0.45

Tested by

no test coverage detected