std::subtract_with_carry_engine

Header: <random>

Is a random number engine that uses subtract with carry algorithm.

# Declarations

template<
class UIntType,
std::size_t w, std::size_t s, std::size_t r
> class subtract_with_carry_engine;

(since C++11)

# Example

This section is incompleteReason: no example

# Defect reports

DRApplied toBehavior as publishedCorrect behavior
LWG 3809C++11default_seed might not berepresentable with result_typechanged its type tostd::uint_least32_t