| 657 | { |
| 658 | public: |
| 659 | CLogNormal(double mean, double stdev) : CNormal(mean, stdev) {}; |
| 660 | double sample(); |
| 661 | int textDescr(char *s, int len); |
| 662 | int timeDescr(char *s, int len); |
nothing calls this directly
no outgoing calls
no test coverage detected