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

Method is_random

src/CGOptions.cpp:387–391  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

385}
386
387bool
388CGOptions::is_random(void)
389{
390 return random_based_;
391}
392
393std::string CGOptions::conflict_msg_ = "";
394

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected