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