Which header file is used to create the pseudo random generator?
(a) random
(b) cstdlib
(c) rand
(d) both random and cstdlib
This question was posed to me in an online quiz.
My question is taken from Random Numbers topic in section Strings, Streams & Numerics in C++ of C++