I created a random integer generator program. It takes in two arguments, a max number and a min number, and spits out a random integer within that range including both ends.
I am creating simulation programs in which I need random integer numbers and I want to be able to call the randomizer program and pass the max and mins I need for the simulation program to it and then return the random number to the simulation.
I just do not know and can not find the code I would need to write in the simulation to bring up the randomizer AND pass it the max and min values.
Thank you!