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
- os – The - basic_ostreamto stream out to.
- e – The - xor_combine_engineto stream out.
 
- Returns
- os