class CRandStopwatch : public CStopwatchBase
{
public:
    float32 m_flMinInterval;
    float32 m_flMaxInterval;
};