Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
387
bool
388
CGOptions::is_random(void)
389
{
390
return random_based_;
391
}
392
393
std::string CGOptions::conflict_msg_ =
""
;
394
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected