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_istream<CharT, Traits> &thrust::random::operator>>(std::basic_istream<CharT, Traits> &is, linear_congruential_engine<UIntType_, a_, c_, m_> &e) This function streams a linear_congruential_engine in from a std::basic_istream.
- Parameters
is – The
basic_istream
to stream from.e – The
linear_congruential_engine
to stream in.
- Returns
is