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

Function ParamListProbability

src/Function.cpp:335–339  ·  view source on GitHub ↗

* */

Source from the content-addressed store, hash-verified

333 *
334 */
335static unsigned int
336ParamListProbability()
337{
338 return rnd_upto(CGOptions::max_params());
339}
340
341static void
342GenerateParameterListFromString(Function &currFunc, const string &params_string)

Callers 1

GenerateParameterListFunction · 0.85

Calls 1

rnd_uptoFunction · 0.85

Tested by

no test coverage detected