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 numbers
The question was posed to me in examination.
The doubt is from Generators topic in division Class Hierarchies, Library & Containers of C++