1.

What are different operations are used in Pseudo-random number engines?(a) operator()(b) min()(c) max()(d) all of the mentioned

Answer» Correct choice is (d) all of the mentioned

Easy explanation - Pseudo-random number engines use three operations operator() that generates a random number, min() that returns minimum value returned by member operator() and max() returns the maximum value.


Discussion

No Comment Found

Related InterviewSolutions