thrust::random::operator<<
Defined in thrust/random/linear_feedback_shift_engine.h
-
template<typename UIntType_, size_t w_, size_t k_, size_t q_, size_t s_, typename CharT, typename Traits>
std::basic_ostream<CharT, Traits> &thrust::random::operator<<(std::basic_ostream<CharT, Traits> &os, const linear_feedback_shift_engine<UIntType_, w_, k_, q_, s_> &e) This function streams a linear_feedback_shift_engine to a
std::basic_ostream
.- Parameters
os – The
basic_ostream
to stream out to.e – The
linear_feedback_shift_engine
to stream out.
- Returns
os