Writes the distribution to an output stream.

Synopsis

Declared in <absl/random/exponential_distribution.h>

template<
    typename CharT,
    typename Traits,
    typename RealType>
std::basic_ostream<CharT, Traits>&
operator<<(
    std::basic_ostream<CharT, Traits>& os,
    exponential_distribution<RealType> const& x);

Return Value

A reference to the output stream.

Parameters

Name

Description

os

The output stream to write to.

x

The distribution to write.

Created with MrDocs