Question: In c++ My assignment is to ask a user for a random number seed: the seed value for the random number generator The seed argument
In c++
My assignment is to ask a user for a random number seed:
The seed argument is very important as it initializes the random number generator. If you change the seed, you will generate something different. The assignment wants me to use this std::srand(seed);
Create a code where where it ask the user for seed value and it outputs the random number seed
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
