How to Program a C++ function, int bigRand (), that generates non-duplicated big random numbers in the range of 0 .. BIG_RAND_MAX (where the BIG_RAND_MAX is defined as 50,000) at each round of up to 50,000 function calls. In the bigRand() function, you should use static variable to memorize the occurrence of any random
number in the range of 0.. BIG_RAND_MAX -1.