std::subtract_with_carry_engine::operator()
From Cppreference
< cpp | numeric | random | subtract with carry engine
				
																
				
				
								
				| result_type operator()(); | (since C++11) | |
Generates a pseudo-random value.
| This section is incomplete | 
[edit] Parameters
(none)
[edit] Complexity
| This section is incomplete | 
[edit] See also
| advances the engine's state by a specified amount (public member function) | |