Problemunvalidated
return uni(rng()); — In the code segment. Tension: the `operator()()` method is invoked on the `random_device` object `rnd`, to generate the random number seed for the `mt19937` object. Outcome: Given a number, it produces a compilation error.
14773565-c015-40e8-a14d-9047d5f96fb7
return uni(rng()); — In the code segment. Tension: the operator()() method is invoked on the random_device object rnd, to generate the random number seed for the mt19937 object. Outcome: Given a number, it produces a compilation error.