Writes the distribution to an output stream.
Synopsis
Declared in <absl/random/gaussian_distribution.h>
template<
typename CharT,
typename Traits,
typename RealType>
std::basic_ostream<CharT, Traits>&
operator<<(
std::basic_ostream<CharT, Traits>& os,
gaussian_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