| 161 | // -------------------------------------------------------------- |
| 162 | #if 0 |
| 163 | static string |
| 164 | GenerateRandomFloatConstant(void) |
| 165 | { |
| 166 | string val = RandomDigits(5) + "." + RandomDigits(5); |
| 167 | return val; |
| 168 | } |
| 169 | #endif // 0 |
| 170 | |
| 171 | /* |
nothing calls this directly
no test coverage detected