thrust::random::operator<<

Defined in thrust/random/subtract_with_carry_engine.h

template<typename UIntType_, size_t w_, size_t s_, size_t r_, typename CharT, typename Traits>
std::basic_ostream<CharT, Traits> &thrust::random::operator<<(std::basic_ostream<CharT, Traits> &os, const subtract_with_carry_engine<UIntType_, w_, s_, r_> &e)

This function streams a subtract_with_carry_engine to a std::basic_ostream.

Parameters
Returns

os