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
Returns

os