Current section
Files
Jump to
Current section
Files
doc/random_wh82.html
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Module random_wh82</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="EDoc">
</head>
<body bgcolor="white">
<div class="navbar"><a name="#navbar_top"></a><table width="100%" border="0" cellspacing="0" cellpadding="2" summary="navigation bar"><tr><td><a href="overview-summary.html" target="overviewFrame">Overview</a></td><td><a href="http://www.erlang.org/"><img src="erlang.png" align="right" border="0" alt="erlang logo"></a></td></tr></table></div>
<hr>
<h1>Module random_wh82</h1>
<ul class="index"><li><a href="#types">Data Types</a></li><li><a href="#index">Function Index</a></li><li><a href="#functions">Function Details</a></li></ul>
<h2><a name="types">Data Types</a></h2>
<h3 class="typedecl"><a name="type-seed">seed()</a></h3>
<p><tt>seed() = {pos_integer(), pos_integer(), pos_integer()}</tt></p>
<h2><a name="index">Function Index</a></h2>
<table width="100%" border="1" cellspacing="0" cellpadding="2" summary="function index"><tr><td valign="top"><a href="#next_sequence-1">next_sequence/1</a></td><td></td></tr>
<tr><td valign="top"><a href="#seed-0">seed/0</a></td><td></td></tr>
<tr><td valign="top"><a href="#seed-1">seed/1</a></td><td></td></tr>
<tr><td valign="top"><a href="#seed-3">seed/3</a></td><td></td></tr>
<tr><td valign="top"><a href="#seed0-0">seed0/0</a></td><td></td></tr>
<tr><td valign="top"><a href="#uniform-0">uniform/0</a></td><td></td></tr>
<tr><td valign="top"><a href="#uniform-1">uniform/1</a></td><td></td></tr>
<tr><td valign="top"><a href="#uniform_s-1">uniform_s/1</a></td><td></td></tr>
<tr><td valign="top"><a href="#uniform_s-2">uniform_s/2</a></td><td></td></tr>
</table>
<h2><a name="functions">Function Details</a></h2>
<h3 class="function"><a name="next_sequence-1">next_sequence/1</a></h3>
<div class="spec">
<p><tt>next_sequence(X1::<a href="#type-seed">seed()</a>) -> <a href="#type-seed">seed()</a></tt><br></p>
<p> </p>
</div>
<h3 class="function"><a name="seed-0">seed/0</a></h3>
<div class="spec">
<p><tt>seed() -> <a href="#type-seed">seed()</a></tt><br></p>
<p> </p>
</div>
<h3 class="function"><a name="seed-1">seed/1</a></h3>
<div class="spec">
<p><tt>seed(X1::<a href="#type-seed">seed()</a>) -> undefined | <a href="#type-seed">seed()</a></tt><br></p>
<p> </p>
</div>
<h3 class="function"><a name="seed-3">seed/3</a></h3>
<div class="spec">
<p><tt>seed(A1::pos_integer(), A2::pos_integer(), A3::pos_integer()) -> undefined | <a href="#type-seed">seed()</a></tt><br></p>
<p> </p>
</div>
<h3 class="function"><a name="seed0-0">seed0/0</a></h3>
<div class="spec">
<p><tt>seed0() -> {3172, 9814, 20125}</tt><br></p>
<p> </p>
</div>
<h3 class="function"><a name="uniform-0">uniform/0</a></h3>
<div class="spec">
<p><tt>uniform() -> float()</tt><br></p>
<p> </p>
</div>
<h3 class="function"><a name="uniform-1">uniform/1</a></h3>
<div class="spec">
<p><tt>uniform(N::pos_integer()) -> pos_integer()</tt><br></p>
<p> </p>
</div>
<h3 class="function"><a name="uniform_s-1">uniform_s/1</a></h3>
<div class="spec">
<p><tt>uniform_s(X1::<a href="#type-seed">seed()</a>) -> {float(), <a href="#type-seed">seed()</a>}</tt><br></p>
<p> </p>
</div>
<h3 class="function"><a name="uniform_s-2">uniform_s/2</a></h3>
<div class="spec">
<p><tt>uniform_s(N::pos_integer(), State0::<a href="#type-seed">seed()</a>) -> {pos_integer(), <a href="#type-seed">seed()</a>}</tt><br></p>
<p> </p>
</div>
<hr>
<div class="navbar"><a name="#navbar_bottom"></a><table width="100%" border="0" cellspacing="0" cellpadding="2" summary="navigation bar"><tr><td><a href="overview-summary.html" target="overviewFrame">Overview</a></td><td><a href="http://www.erlang.org/"><img src="erlang.png" align="right" border="0" alt="erlang logo"></a></td></tr></table></div>
<p><i>Generated by EDoc</i></p>
</body>
</html>