thrust::random::operator<<
Defined in thrust/random/uniform_real_distribution.h
-
template<typename RealType, typename CharT, typename Traits>
std::basic_ostream<CharT, Traits> &thrust::random::operator<<(std::basic_ostream<CharT, Traits> &os, const uniform_real_distribution<RealType> &d) This function streams a uniform_real_distribution to a
std::basic_ostream.- Parameters
os – The
basic_ostreamto stream out to.d – The
uniform_real_distributionto stream out.
- Returns
os