Computer Science - Object Oriented Programming Using C++ - Discussion

Discussion Forum : Object Oriented Programming Using C++ - Section 9 (Q.No. 30)
30.
The C++ _____ function generates random numbers
generate()
genRand
rand
randGen
srand
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
1 comments Page 1 of 1.

Omar Othman said:   1 decade ago
The correct answer is C. srand() seeds the PRNG for the first use.

Post your comments here:

Your comments will be displayed after verification.