Defined in header <random> template<
class UIntType,
size_t w, size_t s, size_t r
> class subtract_with_carry_engine; (since C++11)
subtract_with_carry_engine is a random number engine that uses subtract with carry algorithm.
The following typedefs define the random number engine with two commonly used parameter sets:
Defined in header <random> Type Definition ranlux24_base std::subtract_with_carry_engine<std::uint_fast32_t, 24, 10, 24>