thrust::random::operator>>

Defined in thrust/random/subtract_with_carry_engine.h

template<typename UIntType_, size_t w_, size_t s_, size_t r_, typename CharT, typename Traits>
std::basic_istream<CharT, Traits> &thrust::random::operator>>(std::basic_istream<CharT, Traits> &is, subtract_with_carry_engine<UIntType_, w_, s_, r_> &e)

This function streams a subtract_with_carry_engine in from a std::basic_istream.

Parameters
Returns

is