Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/csmith-project/csmith
/ initSearchState
Method
initSearchState
src/DFSRndNumGenerator.cpp:113–119 ·
view source on GitHub ↗
* */
Source
from the content-addressed store, hash-verified
111
*
112
*/
113
void
114
DFSRndNumGenerator::SearchState::initSearchState(bool init, int value, int bound)
115
{
116
init_ = init;
117
value_ = value;
118
bound_ = bound;
119
}
120
121
#define DEBUG
122
#ifdef DEBUG
Callers
1
random_choice
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected