Sophie

Sophie

distrib > Mageia > 7 > armv7hl > media > core-updates > by-pkgid > 0448c66ab6afa2f787658c5e6488e2d9 > files > 3387

libstdc++-docs-8.3.1-0.20191101.1.mga7.noarch.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.15"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>libstdc++: std::lognormal_distribution&lt; _RealType &gt; Class Template Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
  $(document).ready(initResizable);
/* @license-end */</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
 <tbody>
 <tr style="height: 56px;">
  <td id="projectalign" style="padding-left: 0.5em;">
   <div id="projectname">libstdc++
   </div>
  </td>
 </tr>
 </tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.15 -->
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
  <div id="nav-tree">
    <div id="nav-tree-contents">
      <div id="nav-sync" class="sync"></div>
    </div>
  </div>
  <div id="splitbar" style="-moz-user-select:none;" 
       class="ui-resizable-handle">
  </div>
</div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('a06316.html','');});
/* @license-end */
</script>
<div id="doc-content">
<div class="header">
  <div class="summary">
<a href="#nested-classes">Classes</a> &#124;
<a href="#pub-types">Public Types</a> &#124;
<a href="#pub-methods">Public Member Functions</a> &#124;
<a href="#friends">Friends</a> &#124;
<a href="a06313.html">List of all members</a>  </div>
  <div class="headertitle">
<div class="title">std::lognormal_distribution&lt; _RealType &gt; Class Template Reference<div class="ingroups"><a class="el" href="a01473.html">Numerics</a> &raquo; <a class="el" href="a01491.html">Random Number Generation</a> &raquo; <a class="el" href="a01532.html">Random Number Distributions</a> &raquo; <a class="el" href="a01534.html">Normal Distributions</a></div></div>  </div>
</div><!--header-->
<div class="contents">
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="nested-classes"></a>
Classes</h2></td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">struct &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a06320.html">param_type</a></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-types"></a>
Public Types</h2></td></tr>
<tr class="memitem:a26f7f5b94e8d179518168c21e7a706bf"><td class="memItemLeft" align="right" valign="top">typedef _RealType&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a06316.html#a26f7f5b94e8d179518168c21e7a706bf">result_type</a></td></tr>
<tr class="separator:a26f7f5b94e8d179518168c21e7a706bf"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a>
Public Member Functions</h2></td></tr>
<tr class="memitem:a060eb2dc83e7eadc2f0afb74c3e615ac"><td class="memItemLeft" align="right" valign="top"><a id="a060eb2dc83e7eadc2f0afb74c3e615ac"></a>
&#160;</td><td class="memItemRight" valign="bottom"><b>lognormal_distribution</b> (_RealType __m=_RealType(0), _RealType __s=_RealType(1))</td></tr>
<tr class="separator:a060eb2dc83e7eadc2f0afb74c3e615ac"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a5e92552744727c63083d92f74a0733f6"><td class="memItemLeft" align="right" valign="top"><a id="a5e92552744727c63083d92f74a0733f6"></a>
&#160;</td><td class="memItemRight" valign="bottom"><b>lognormal_distribution</b> (const <a class="el" href="a06320.html">param_type</a> &amp;__p)</td></tr>
<tr class="separator:a5e92552744727c63083d92f74a0733f6"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a79601ae8290e3767447ca0f1cfe0a010"><td class="memTemplParams" colspan="2"><a id="a79601ae8290e3767447ca0f1cfe0a010"></a>
template&lt;typename _ForwardIterator , typename _UniformRandomNumberGenerator &gt; </td></tr>
<tr class="memitem:a79601ae8290e3767447ca0f1cfe0a010"><td class="memTemplItemLeft" align="right" valign="top">void&#160;</td><td class="memTemplItemRight" valign="bottom"><b>__generate</b> (_ForwardIterator __f, _ForwardIterator __t, _UniformRandomNumberGenerator &amp;__urng)</td></tr>
<tr class="separator:a79601ae8290e3767447ca0f1cfe0a010"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a7551c5eb2365000a9deea77692289ba3"><td class="memTemplParams" colspan="2"><a id="a7551c5eb2365000a9deea77692289ba3"></a>
template&lt;typename _ForwardIterator , typename _UniformRandomNumberGenerator &gt; </td></tr>
<tr class="memitem:a7551c5eb2365000a9deea77692289ba3"><td class="memTemplItemLeft" align="right" valign="top">void&#160;</td><td class="memTemplItemRight" valign="bottom"><b>__generate</b> (_ForwardIterator __f, _ForwardIterator __t, _UniformRandomNumberGenerator &amp;__urng, const <a class="el" href="a06320.html">param_type</a> &amp;__p)</td></tr>
<tr class="separator:a7551c5eb2365000a9deea77692289ba3"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:adc145a624fea3e9aaa71ea1178d573a7"><td class="memTemplParams" colspan="2"><a id="adc145a624fea3e9aaa71ea1178d573a7"></a>
template&lt;typename _UniformRandomNumberGenerator &gt; </td></tr>
<tr class="memitem:adc145a624fea3e9aaa71ea1178d573a7"><td class="memTemplItemLeft" align="right" valign="top">void&#160;</td><td class="memTemplItemRight" valign="bottom"><b>__generate</b> (<a class="el" href="a06316.html#a26f7f5b94e8d179518168c21e7a706bf">result_type</a> *__f, <a class="el" href="a06316.html#a26f7f5b94e8d179518168c21e7a706bf">result_type</a> *__t, _UniformRandomNumberGenerator &amp;__urng, const <a class="el" href="a06320.html">param_type</a> &amp;__p)</td></tr>
<tr class="separator:adc145a624fea3e9aaa71ea1178d573a7"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ab1fc8b2969b5ae475b075c9fc3b953b2"><td class="memItemLeft" align="right" valign="top"><a id="ab1fc8b2969b5ae475b075c9fc3b953b2"></a>
_RealType&#160;</td><td class="memItemRight" valign="bottom"><b>m</b> () const</td></tr>
<tr class="separator:ab1fc8b2969b5ae475b075c9fc3b953b2"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ae51c9700b0c6168babb2abdf188e50d0"><td class="memItemLeft" align="right" valign="top"><a class="el" href="a06316.html#a26f7f5b94e8d179518168c21e7a706bf">result_type</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a06316.html#ae51c9700b0c6168babb2abdf188e50d0">max</a> () const</td></tr>
<tr class="separator:ae51c9700b0c6168babb2abdf188e50d0"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aa6d60ac02923738e93e5cc2813d9cfea"><td class="memItemLeft" align="right" valign="top"><a class="el" href="a06316.html#a26f7f5b94e8d179518168c21e7a706bf">result_type</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a06316.html#aa6d60ac02923738e93e5cc2813d9cfea">min</a> () const</td></tr>
<tr class="separator:aa6d60ac02923738e93e5cc2813d9cfea"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ae6fb96729b574441550992a32599df9a"><td class="memTemplParams" colspan="2">template&lt;typename _UniformRandomNumberGenerator &gt; </td></tr>
<tr class="memitem:ae6fb96729b574441550992a32599df9a"><td class="memTemplItemLeft" align="right" valign="top"><a class="el" href="a06316.html#a26f7f5b94e8d179518168c21e7a706bf">result_type</a>&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="a06316.html#ae6fb96729b574441550992a32599df9a">operator()</a> (_UniformRandomNumberGenerator &amp;__urng)</td></tr>
<tr class="separator:ae6fb96729b574441550992a32599df9a"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ab0e517fc6a40131fcbfc358c601b04e6"><td class="memTemplParams" colspan="2"><a id="ab0e517fc6a40131fcbfc358c601b04e6"></a>
template&lt;typename _UniformRandomNumberGenerator &gt; </td></tr>
<tr class="memitem:ab0e517fc6a40131fcbfc358c601b04e6"><td class="memTemplItemLeft" align="right" valign="top"><a class="el" href="a06316.html#a26f7f5b94e8d179518168c21e7a706bf">result_type</a>&#160;</td><td class="memTemplItemRight" valign="bottom"><b>operator()</b> (_UniformRandomNumberGenerator &amp;__urng, const <a class="el" href="a06320.html">param_type</a> &amp;__p)</td></tr>
<tr class="separator:ab0e517fc6a40131fcbfc358c601b04e6"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a3533e00011a0d32c89697c809c98c765"><td class="memItemLeft" align="right" valign="top"><a class="el" href="a06320.html">param_type</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a06316.html#a3533e00011a0d32c89697c809c98c765">param</a> () const</td></tr>
<tr class="separator:a3533e00011a0d32c89697c809c98c765"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ae0ec61a8aca3872ff4b8a16e4696ad90"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a06316.html#ae0ec61a8aca3872ff4b8a16e4696ad90">param</a> (const <a class="el" href="a06320.html">param_type</a> &amp;__param)</td></tr>
<tr class="separator:ae0ec61a8aca3872ff4b8a16e4696ad90"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aad743c49b0d74f10dd9831daf56792a4"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a06316.html#aad743c49b0d74f10dd9831daf56792a4">reset</a> ()</td></tr>
<tr class="separator:aad743c49b0d74f10dd9831daf56792a4"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a6ef789b4de83de5faf34882fe5a2201b"><td class="memItemLeft" align="right" valign="top"><a id="a6ef789b4de83de5faf34882fe5a2201b"></a>
_RealType&#160;</td><td class="memItemRight" valign="bottom"><b>s</b> () const</td></tr>
<tr class="separator:a6ef789b4de83de5faf34882fe5a2201b"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="friends"></a>
Friends</h2></td></tr>
<tr class="memitem:aad98f5fc7ecc4ae82fe15f6a67e80d1f"><td class="memTemplParams" colspan="2">template&lt;typename _RealType1 , typename _CharT , typename _Traits &gt; </td></tr>
<tr class="memitem:aad98f5fc7ecc4ae82fe15f6a67e80d1f"><td class="memTemplItemLeft" align="right" valign="top"><a class="el" href="a02460.html">std::basic_ostream</a>&lt; _CharT, _Traits &gt; &amp;&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="a06316.html#aad98f5fc7ecc4ae82fe15f6a67e80d1f">operator&lt;&lt;</a> (<a class="el" href="a02460.html">std::basic_ostream</a>&lt; _CharT, _Traits &gt; &amp;__os, const <a class="el" href="a06316.html">std::lognormal_distribution</a>&lt; _RealType1 &gt; &amp;__x)</td></tr>
<tr class="separator:aad98f5fc7ecc4ae82fe15f6a67e80d1f"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a2e49cbc5eaeb0e2ee18688adb7faff49"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a06316.html#a2e49cbc5eaeb0e2ee18688adb7faff49">operator==</a> (const <a class="el" href="a06316.html">lognormal_distribution</a> &amp;__d1, const <a class="el" href="a06316.html">lognormal_distribution</a> &amp;__d2)</td></tr>
<tr class="separator:a2e49cbc5eaeb0e2ee18688adb7faff49"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a21983da6e9b4301e89130f48917e139b"><td class="memTemplParams" colspan="2">template&lt;typename _RealType1 , typename _CharT , typename _Traits &gt; </td></tr>
<tr class="memitem:a21983da6e9b4301e89130f48917e139b"><td class="memTemplItemLeft" align="right" valign="top"><a class="el" href="a02456.html">std::basic_istream</a>&lt; _CharT, _Traits &gt; &amp;&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="a06316.html#a21983da6e9b4301e89130f48917e139b">operator&gt;&gt;</a> (<a class="el" href="a02456.html">std::basic_istream</a>&lt; _CharT, _Traits &gt; &amp;__is, <a class="el" href="a06316.html">std::lognormal_distribution</a>&lt; _RealType1 &gt; &amp;__x)</td></tr>
<tr class="separator:a21983da6e9b4301e89130f48917e139b"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><h3>template&lt;typename _RealType = double&gt;<br />
class std::lognormal_distribution&lt; _RealType &gt;</h3>

<p>A lognormal_distribution random number distribution. </p>
<p>The formula for the normal probability mass function is </p><p class="formulaDsp">
<img class="formulaDsp" alt="\[ p(x|m,s) = \frac{1}{sx\sqrt{2\pi}} \exp{-\frac{(\ln{x} - m)^2}{2s^2}} \]" src="form_6.png"/>
</p>
 
<p class="definition">Definition at line <a class="el" href="a00452_source.html#l02143">2143</a> of file <a class="el" href="a00452_source.html">random.h</a>.</p>
</div><h2 class="groupheader">Member Typedef Documentation</h2>
<a id="a26f7f5b94e8d179518168c21e7a706bf"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a26f7f5b94e8d179518168c21e7a706bf">&#9670;&nbsp;</a></span>result_type</h2>

<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;typename _RealType = double&gt; </div>
      <table class="memname">
        <tr>
          <td class="memname">typedef _RealType <a class="el" href="a06316.html">std::lognormal_distribution</a>&lt; _RealType &gt;::<a class="el" href="a06316.html#a26f7f5b94e8d179518168c21e7a706bf">result_type</a></td>
        </tr>
      </table>
</div><div class="memdoc">
<p>The type of the range of the distribution. </p>

<p class="definition">Definition at line <a class="el" href="a00452_source.html#l02146">2146</a> of file <a class="el" href="a00452_source.html">random.h</a>.</p>

</div>
</div>
<h2 class="groupheader">Member Function Documentation</h2>
<a id="ae51c9700b0c6168babb2abdf188e50d0"></a>
<h2 class="memtitle"><span class="permalink"><a href="#ae51c9700b0c6168babb2abdf188e50d0">&#9670;&nbsp;</a></span>max()</h2>

<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;typename _RealType = double&gt; </div>
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="a06316.html#a26f7f5b94e8d179518168c21e7a706bf">result_type</a> <a class="el" href="a06316.html">std::lognormal_distribution</a>&lt; _RealType &gt;::max </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td> const</td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">inline</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p>Returns the least upper bound value of the distribution. </p>

<p class="definition">Definition at line <a class="el" href="a00452_source.html#l02239">2239</a> of file <a class="el" href="a00452_source.html">random.h</a>.</p>

<p class="reference">References <a class="el" href="a00095_source.html#l00321">std::numeric_limits&lt; _Tp &gt;::max()</a>.</p>

</div>
</div>
<a id="aa6d60ac02923738e93e5cc2813d9cfea"></a>
<h2 class="memtitle"><span class="permalink"><a href="#aa6d60ac02923738e93e5cc2813d9cfea">&#9670;&nbsp;</a></span>min()</h2>

<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;typename _RealType = double&gt; </div>
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="a06316.html#a26f7f5b94e8d179518168c21e7a706bf">result_type</a> <a class="el" href="a06316.html">std::lognormal_distribution</a>&lt; _RealType &gt;::min </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td> const</td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">inline</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p>Returns the greatest lower bound value of the distribution. </p>

<p class="definition">Definition at line <a class="el" href="a00452_source.html#l02232">2232</a> of file <a class="el" href="a00452_source.html">random.h</a>.</p>

</div>
</div>
<a id="ae6fb96729b574441550992a32599df9a"></a>
<h2 class="memtitle"><span class="permalink"><a href="#ae6fb96729b574441550992a32599df9a">&#9670;&nbsp;</a></span>operator()()</h2>

<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;typename _RealType = double&gt; </div>
<div class="memtemplate">
template&lt;typename _UniformRandomNumberGenerator &gt; </div>
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="a06316.html#a26f7f5b94e8d179518168c21e7a706bf">result_type</a> <a class="el" href="a06316.html">std::lognormal_distribution</a>&lt; _RealType &gt;::operator() </td>
          <td>(</td>
          <td class="paramtype">_UniformRandomNumberGenerator &amp;&#160;</td>
          <td class="paramname"><em>__urng</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">inline</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p>Generating functions. </p>

<p class="definition">Definition at line <a class="el" href="a00452_source.html#l02247">2247</a> of file <a class="el" href="a00452_source.html">random.h</a>.</p>

</div>
</div>
<a id="a3533e00011a0d32c89697c809c98c765"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a3533e00011a0d32c89697c809c98c765">&#9670;&nbsp;</a></span>param() <span class="overload">[1/2]</span></h2>

<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;typename _RealType = double&gt; </div>
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="a06320.html">param_type</a> <a class="el" href="a06316.html">std::lognormal_distribution</a>&lt; _RealType &gt;::param </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td> const</td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">inline</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p>Returns the parameter set of the distribution. </p>

<p class="definition">Definition at line <a class="el" href="a00452_source.html#l02217">2217</a> of file <a class="el" href="a00452_source.html">random.h</a>.</p>

</div>
</div>
<a id="ae0ec61a8aca3872ff4b8a16e4696ad90"></a>
<h2 class="memtitle"><span class="permalink"><a href="#ae0ec61a8aca3872ff4b8a16e4696ad90">&#9670;&nbsp;</a></span>param() <span class="overload">[2/2]</span></h2>

<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;typename _RealType = double&gt; </div>
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">void <a class="el" href="a06316.html">std::lognormal_distribution</a>&lt; _RealType &gt;::param </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="a06320.html">param_type</a> &amp;&#160;</td>
          <td class="paramname"><em>__param</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">inline</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p>Sets the parameter set of the distribution. </p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">__param</td><td>The new parameter set of the distribution. </td></tr>
  </table>
  </dd>
</dl>

<p class="definition">Definition at line <a class="el" href="a00452_source.html#l02225">2225</a> of file <a class="el" href="a00452_source.html">random.h</a>.</p>

</div>
</div>
<a id="aad743c49b0d74f10dd9831daf56792a4"></a>
<h2 class="memtitle"><span class="permalink"><a href="#aad743c49b0d74f10dd9831daf56792a4">&#9670;&nbsp;</a></span>reset()</h2>

<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;typename _RealType = double&gt; </div>
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">void <a class="el" href="a06316.html">std::lognormal_distribution</a>&lt; _RealType &gt;::reset </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td></td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">inline</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">
<p>Resets the distribution state. </p>

<p class="definition">Definition at line <a class="el" href="a00452_source.html#l02199">2199</a> of file <a class="el" href="a00452_source.html">random.h</a>.</p>

<p class="reference">References <a class="el" href="a00452_source.html#l01989">std::normal_distribution&lt; _RealType &gt;::reset()</a>.</p>

</div>
</div>
<h2 class="groupheader">Friends And Related Function Documentation</h2>
<a id="aad98f5fc7ecc4ae82fe15f6a67e80d1f"></a>
<h2 class="memtitle"><span class="permalink"><a href="#aad98f5fc7ecc4ae82fe15f6a67e80d1f">&#9670;&nbsp;</a></span>operator&lt;&lt;</h2>

<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;typename _RealType = double&gt; </div>
<div class="memtemplate">
template&lt;typename _RealType1 , typename _CharT , typename _Traits &gt; </div>
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="a02460.html">std::basic_ostream</a>&lt;_CharT, _Traits&gt;&amp; operator&lt;&lt; </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="a02460.html">std::basic_ostream</a>&lt; _CharT, _Traits &gt; &amp;&#160;</td>
          <td class="paramname"><em>__os</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const <a class="el" href="a06316.html">std::lognormal_distribution</a>&lt; _RealType1 &gt; &amp;&#160;</td>
          <td class="paramname"><em>__x</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">friend</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p>Inserts a lognormal_distribution random number distribution <code>__x</code> into the output stream <code>__os</code>. </p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">__os</td><td>An output stream. </td></tr>
    <tr><td class="paramname">__x</td><td>A lognormal_distribution random number distribution.</td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>The output stream with the state of <code>__x</code> inserted or in an error state. </dd></dl>

</div>
</div>
<a id="a2e49cbc5eaeb0e2ee18688adb7faff49"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a2e49cbc5eaeb0e2ee18688adb7faff49">&#9670;&nbsp;</a></span>operator==</h2>

<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;typename _RealType = double&gt; </div>
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">bool operator== </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="a06316.html">lognormal_distribution</a>&lt; _RealType &gt; &amp;&#160;</td>
          <td class="paramname"><em>__d1</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const <a class="el" href="a06316.html">lognormal_distribution</a>&lt; _RealType &gt; &amp;&#160;</td>
          <td class="paramname"><em>__d2</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">friend</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p>Return true if two lognormal distributions have the same parameters and the sequences that would be generated are equal. </p>

<p class="definition">Definition at line <a class="el" href="a00452_source.html#l02284">2284</a> of file <a class="el" href="a00452_source.html">random.h</a>.</p>

</div>
</div>
<a id="a21983da6e9b4301e89130f48917e139b"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a21983da6e9b4301e89130f48917e139b">&#9670;&nbsp;</a></span>operator&gt;&gt;</h2>

<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;typename _RealType = double&gt; </div>
<div class="memtemplate">
template&lt;typename _RealType1 , typename _CharT , typename _Traits &gt; </div>
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="a02456.html">std::basic_istream</a>&lt;_CharT, _Traits&gt;&amp; operator&gt;&gt; </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="a02456.html">std::basic_istream</a>&lt; _CharT, _Traits &gt; &amp;&#160;</td>
          <td class="paramname"><em>__is</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="a06316.html">std::lognormal_distribution</a>&lt; _RealType1 &gt; &amp;&#160;</td>
          <td class="paramname"><em>__x</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">friend</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p>Extracts a lognormal_distribution random number distribution <code>__x</code> from the input stream <code>__is</code>. </p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">__is</td><td>An input stream. </td></tr>
    <tr><td class="paramname">__x</td><td>A lognormal_distribution random number generator engine.</td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>The input stream with <code>__x</code> extracted or in an error state. </dd></dl>

</div>
</div>
<hr/>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="a00452_source.html">random.h</a></li>
<li><a class="el" href="a17055_source.html">bits/random.tcc</a></li>
</ul>
</div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
  <ul>
    <li class="navelem"><a class="el" href="a01538.html">std</a></li><li class="navelem"><a class="el" href="a06316.html">lognormal_distribution</a></li>
    <li class="footer">Generated by
    <a href="http://www.doxygen.org/index.html">
    <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.15 </li>
  </ul>
</div>
</body>
</html>