[#absl-operator_rshift-049] = xref:absl.adoc[absl]::operator>> :relfileprefix: ../ :mrdocs: Reads the distribution from an input stream. == Synopsis Declared in `<absl/random/uniform_real_distribution.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< typename CharT, typename Traits, typename RealType> std::basic_istream<CharT, Traits>& operator>>( std::basic_istream<CharT, Traits>& is, xref:absl/uniform_real_distribution.adoc[uniform_real_distribution<RealType>]& x); ---- == Return Value A reference to the input stream. == Parameters [cols="1,4"] |=== | Name| Description | *is* | The input stream to read from. | *x* | The distribution to read into. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#