This paper circulates around the core theme of • The function call operator is overloaded and will generate a random number each time the operator is used. together with its essential aspects. It has been reviewed and purchased by the majority of students thus, this paper is rated 4.8 out of 5 points by the students. In addition to this, the price of this paper commences from £ 99. To get this paper written from the scratch, order this assignment now. 100% confidential, 100% plagiarism-free.
Implement class RandInt using random Int.cpp and random Int.h.
For the Random Int class:
• The function call operator is overloaded and will generate a random number each time the operator is used.
• Objects can be created with the lower and upper bound of the random number specified.
• Objects can also be created without the lower and upper bound of the random number specified. In this case, the upper and lower bound are taken as 1000 and 9999 respectively.
• The function operator of an object from the class is expected to generate a different succession of results every time the application is run.