InterviewSolution
Saved Bookmarks
| 1. |
What are the Generators in C++?(a) An object that generates uniformly distributed numbers(b) An object that generates a number from a given sequence(c) An object that generates the smallest number from a given range(d) An object that generates unique numbersThe question was posed to me in examination.The doubt is from Generators topic in division Class Hierarchies, Library & Containers of C++ |
|
Answer» Right OPTION is (a) An OBJECT that generates UNIFORMLY distributed numbers |
|