thrust::random::operator<<
Defined in thrust/random/linear_congruential_engine.h
- 
template<typename UIntType_, UIntType_ a_, UIntType_ c_, UIntType_ m_, typename CharT, typename Traits>
 std::basic_ostream<CharT, Traits> &thrust::random::operator<<(std::basic_ostream<CharT, Traits> &os, const linear_congruential_engine<UIntType_, a_, c_, m_> &e)
- This function streams a linear_congruential_engine to a - std::basic_ostream.- Parameters
- os – The - basic_ostreamto stream out to.
- e – The - linear_congruential_engineto stream out.
 
- Returns
- os