thrust::random::operator<<

Defined in thrust/random/discard_block_engine.h

template<typename Engine, size_t p, size_t r, typename CharT, typename Traits>
std::basic_ostream<CharT, Traits> &thrust::random::operator<<(std::basic_ostream<CharT, Traits> &os, const discard_block_engine<Engine, p, r> &e)

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

Parameters
Returns

os