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