Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Discards values in the sequence.
void discard(unsigned long long count);
Parameters
- count
The number of values to discard.
Remarks
The member function effectively calls (*this)() count times and discards each value.
Requirements
Header: <random>
Namespace: std
See Also
Reference
subtract_with_carry_engine Class