Which of the following can be used to initialize the random number generator in C++?
a. init(static_cast<int>(time(0)));
b. rand(static_cast<int>(time(0)));
c. srand(static_cast<int>(time(0)));
d. none of the above
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.