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

Method genrand

src/SimpleDeltaRndNumGenerator.cpp:158–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156}
157
158unsigned long
159SimpleDeltaRndNumGenerator::genrand(void)
160{
161 return AbsRndNumGenerator::genrand();
162}
163
164std::string
165SimpleDeltaRndNumGenerator::RandomHexDigits( int num )

Callers 2

pure_rnd_uptoMethod · 0.45
pure_rnd_flipcoinMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected