MCPcopy 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 */
113void
114DFSRndNumGenerator::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_choiceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected