summaryrefslogtreecommitdiff
path: root/doc/html/boost/random/linear_congruential_engine.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/boost/random/linear_congruential_engine.html')
-rw-r--r--doc/html/boost/random/linear_congruential_engine.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/boost/random/linear_congruential_engine.html b/doc/html/boost/random/linear_congruential_engine.html
index 8a67c30096..b6abb77093 100644
--- a/doc/html/boost/random/linear_congruential_engine.html
+++ b/doc/html/boost/random/linear_congruential_engine.html
@@ -116,7 +116,7 @@
<p>Calls seed(default_seed) </p>
</li>
<li class="listitem">
-<pre class="literallayout"><span class="keyword">void</span> <a name="id-1_3_34_5_6_22_1_1_1_9_2-bb"></a><span class="identifier">seed</span><span class="special">(</span><span class="identifier">IntType</span> x0<span class="special">)</span><span class="special">;</span></pre>
+<pre class="literallayout"><span class="keyword">void</span> <a name="id-1_3_34_5_6_22_1_1_1_9_2-bb"></a><span class="identifier">seed</span><span class="special">(</span><span class="identifier">IntType</span> x0_<span class="special">)</span><span class="special">;</span></pre>
<p>If c mod m is zero and x0 mod m is zero, changes the current value of the generator to 1. Otherwise, changes it to x0 mod m. If c is zero, distinct seeds in the range [1,m) will leave the generator in distinct states. If c is not zero, the range is [0,m). </p>
</li>
<li class="listitem">