Share via


subtract_with_carry_engine::operator()

Returns a random value.

result_type operator()();

Remarks

This member function generates the next value in the pseudo-random sequence by applying the recurrence relation to the stored historical values, stores the generated value, and returns it.

Requirements

Header: <random>

Namespace: std

See Also

Reference

<random>

subtract_with_carry_engine Class