My program has two different functions, both of which call random numbers. I'd like to by able to independently seed the random numbers called by each function, so that I could run the full program several times calling the same random numbers for one function and changing the random numbers called by the other one. Any insights?My program has two different functions, both of