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

Function GenerateRandomFloatConstant

src/Constant.cpp:163–168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161// --------------------------------------------------------------
162#if 0
163static string
164GenerateRandomFloatConstant(void)
165{
166 string val = RandomDigits(5) + "." + RandomDigits(5);
167 return val;
168}
169#endif // 0
170
171/*

Callers

nothing calls this directly

Calls 1

RandomDigitsFunction · 0.85

Tested by

no test coverage detected