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

Method genrand

src/DefaultRndNumGenerator.cpp:183–187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181}
182
183unsigned long
184DefaultRndNumGenerator::genrand(void)
185{
186 return AbsRndNumGenerator::genrand();
187}
188
189std::string
190DefaultRndNumGenerator::RandomHexDigits( int num )

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected