class CRandSimTimer : public CSimpleSimTimer
{
public:
    float32 m_flMinInterval;
    float32 m_flMaxInterval;
};