table of contents
        
      
      
    
      other versions
    
    - Tumbleweed 2024.07.05-1.3
 - Leap-16.0
 - Leap-15.6
 
| std::subtract_with_carry_engine::operator()(3) | C++ Standard Libary | std::subtract_with_carry_engine::operator()(3) | 
NAME¶
std::subtract_with_carry_engine::operator() - std::subtract_with_carry_engine::operator()
Synopsis¶
result_type operator()(); (since C++11)
  
   Generates a pseudo-random value. The state of the engine is advanced by one
  
   position.
  
   This section is incomplete
Parameters¶
(none)
Return value¶
A pseudo-random number in [min(), max()].
Complexity¶
Amortized constant.
See also¶
 discard advances the engine's state by a specified amount
  
   (C++11) (public member function)
Category:¶
* Todo without reason
| 2024.06.10 | http://cppreference.com |