thrust::random::operator<<

Defined in thrust/random/xor_combine_engine.h

template<typename Engine1_, size_t s1_, typename Engine2_, size_t s2_, typename CharT, typename Traits>
std::basic_ostream<CharT, Traits> &thrust::random::operator<<(std::basic_ostream<CharT, Traits> &os, const xor_combine_engine<Engine1_, s1_, Engine2_, s2_> &e)

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

Parameters
Returns

os