Skip to content

Commit a9ccd75

Browse files
committed
updated docs
1 parent 4616070 commit a9ccd75

File tree

78 files changed

+343
-157
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

78 files changed

+343
-157
lines changed

docs/api/allclasses-frame.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_05) on Fri Sep 06 13:46:31 EDT 2019 -->
5+
<!-- Generated by javadoc (1.8.0_05) on Mon Sep 09 16:42:52 EDT 2019 -->
66
<title>All Classes (JavaPermutationTools - A Java API for computation on permutations)</title>
7-
<meta name="date" content="2019-09-06">
7+
<meta name="date" content="2019-09-09">
88
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
99
<script type="text/javascript" src="script.js"></script>
1010
</head>

docs/api/allclasses-noframe.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_05) on Fri Sep 06 13:46:31 EDT 2019 -->
5+
<!-- Generated by javadoc (1.8.0_05) on Mon Sep 09 16:42:52 EDT 2019 -->
66
<title>All Classes (JavaPermutationTools - A Java API for computation on permutations)</title>
7-
<meta name="date" content="2019-09-06">
7+
<meta name="date" content="2019-09-09">
88
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
99
<script type="text/javascript" src="script.js"></script>
1010
</head>

docs/api/constant-values.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_05) on Fri Sep 06 13:46:31 EDT 2019 -->
5+
<!-- Generated by javadoc (1.8.0_05) on Mon Sep 09 16:42:51 EDT 2019 -->
66
<title>Constant Field Values (JavaPermutationTools - A Java API for computation on permutations)</title>
7-
<meta name="date" content="2019-09-06">
7+
<meta name="date" content="2019-09-09">
88
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
99
<script type="text/javascript" src="script.js"></script>
1010
</head>

docs/api/deprecated-list.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_05) on Fri Sep 06 13:46:31 EDT 2019 -->
5+
<!-- Generated by javadoc (1.8.0_05) on Mon Sep 09 16:42:52 EDT 2019 -->
66
<title>Deprecated List (JavaPermutationTools - A Java API for computation on permutations)</title>
7-
<meta name="date" content="2019-09-06">
7+
<meta name="date" content="2019-09-09">
88
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
99
<script type="text/javascript" src="script.js"></script>
1010
</head>

docs/api/help-doc.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_05) on Fri Sep 06 13:46:31 EDT 2019 -->
5+
<!-- Generated by javadoc (1.8.0_05) on Mon Sep 09 16:42:52 EDT 2019 -->
66
<title>API Help (JavaPermutationTools - A Java API for computation on permutations)</title>
7-
<meta name="date" content="2019-09-06">
7+
<meta name="date" content="2019-09-09">
88
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
99
<script type="text/javascript" src="script.js"></script>
1010
</head>

docs/api/index-all.html

Lines changed: 29 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_05) on Fri Sep 06 13:46:31 EDT 2019 -->
5+
<!-- Generated by javadoc (1.8.0_05) on Mon Sep 09 16:42:52 EDT 2019 -->
66
<title>Index (JavaPermutationTools - A Java API for computation on permutations)</title>
7-
<meta name="date" content="2019-09-06">
7+
<meta name="date" content="2019-09-09">
88
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
99
<script type="text/javascript" src="script.js"></script>
1010
</head>
@@ -1021,6 +1021,33 @@ <h2 class="title">N</h2>
10211021
<dd>
10221022
<div class="block">Generates a pseudorandom integer from a binomial distribution.</div>
10231023
</dd>
1024+
<dt><span class="memberNameLink"><a href="org/cicirello/math/rand/RandomVariates.html#nextCauchy-double-double-">nextCauchy(double, double)</a></span> - Static method in class org.cicirello.math.rand.<a href="org/cicirello/math/rand/RandomVariates.html" title="class in org.cicirello.math.rand">RandomVariates</a></dt>
1025+
<dd>
1026+
<div class="block">Generates a pseudorandom number from a Cauchy distribution.</div>
1027+
</dd>
1028+
<dt><span class="memberNameLink"><a href="org/cicirello/math/rand/RandomVariates.html#nextCauchy-double-">nextCauchy(double)</a></span> - Static method in class org.cicirello.math.rand.<a href="org/cicirello/math/rand/RandomVariates.html" title="class in org.cicirello.math.rand">RandomVariates</a></dt>
1029+
<dd>
1030+
<div class="block">Generates a pseudorandom number from a Cauchy distribution with median 0
1031+
and chosen scale parameter.</div>
1032+
</dd>
1033+
<dt><span class="memberNameLink"><a href="org/cicirello/math/rand/RandomVariates.html#nextCauchy-double-double-java.util.Random-">nextCauchy(double, double, Random)</a></span> - Static method in class org.cicirello.math.rand.<a href="org/cicirello/math/rand/RandomVariates.html" title="class in org.cicirello.math.rand">RandomVariates</a></dt>
1034+
<dd>
1035+
<div class="block">Generates a pseudorandom number from a Cauchy distribution.</div>
1036+
</dd>
1037+
<dt><span class="memberNameLink"><a href="org/cicirello/math/rand/RandomVariates.html#nextCauchy-double-java.util.Random-">nextCauchy(double, Random)</a></span> - Static method in class org.cicirello.math.rand.<a href="org/cicirello/math/rand/RandomVariates.html" title="class in org.cicirello.math.rand">RandomVariates</a></dt>
1038+
<dd>
1039+
<div class="block">Generates a pseudorandom number from a Cauchy distribution with median 0
1040+
and chosen scale parameter.</div>
1041+
</dd>
1042+
<dt><span class="memberNameLink"><a href="org/cicirello/math/rand/RandomVariates.html#nextCauchy-double-double-java.util.SplittableRandom-">nextCauchy(double, double, SplittableRandom)</a></span> - Static method in class org.cicirello.math.rand.<a href="org/cicirello/math/rand/RandomVariates.html" title="class in org.cicirello.math.rand">RandomVariates</a></dt>
1043+
<dd>
1044+
<div class="block">Generates a pseudorandom number from a Cauchy distribution.</div>
1045+
</dd>
1046+
<dt><span class="memberNameLink"><a href="org/cicirello/math/rand/RandomVariates.html#nextCauchy-double-java.util.SplittableRandom-">nextCauchy(double, SplittableRandom)</a></span> - Static method in class org.cicirello.math.rand.<a href="org/cicirello/math/rand/RandomVariates.html" title="class in org.cicirello.math.rand">RandomVariates</a></dt>
1047+
<dd>
1048+
<div class="block">Generates a pseudorandom number from a Cauchy distribution with median 0
1049+
and chosen scale parameter.</div>
1050+
</dd>
10241051
<dt><span class="memberNameLink"><a href="org/cicirello/math/rand/RandomIndexer.html#nextInt-int-">nextInt(int)</a></span> - Static method in class org.cicirello.math.rand.<a href="org/cicirello/math/rand/RandomIndexer.html" title="class in org.cicirello.math.rand">RandomIndexer</a></dt>
10251052
<dd>
10261053
<div class="block">Generates a random integer uniformly distributed in the interval: [0, bound).</div>

docs/api/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_05) on Fri Sep 06 13:46:31 EDT 2019 -->
5+
<!-- Generated by javadoc (1.8.0_05) on Mon Sep 09 16:42:52 EDT 2019 -->
66
<title>JavaPermutationTools - A Java API for computation on permutations</title>
77
<script type="text/javascript">
88
targetPage = "" + window.location.search;

docs/api/org/cicirello/math/MathFunctions.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_05) on Fri Sep 06 13:46:28 EDT 2019 -->
5+
<!-- Generated by javadoc (1.8.0_05) on Mon Sep 09 16:42:49 EDT 2019 -->
66
<title>MathFunctions (JavaPermutationTools - A Java API for computation on permutations)</title>
7-
<meta name="date" content="2019-09-06">
7+
<meta name="date" content="2019-09-09">
88
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
99
<script type="text/javascript" src="../../../script.js"></script>
1010
</head>

docs/api/org/cicirello/math/la/JacobiDiagonalization.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_05) on Fri Sep 06 13:46:28 EDT 2019 -->
5+
<!-- Generated by javadoc (1.8.0_05) on Mon Sep 09 16:42:49 EDT 2019 -->
66
<title>JacobiDiagonalization (JavaPermutationTools - A Java API for computation on permutations)</title>
7-
<meta name="date" content="2019-09-06">
7+
<meta name="date" content="2019-09-09">
88
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
99
<script type="text/javascript" src="../../../../script.js"></script>
1010
</head>

docs/api/org/cicirello/math/la/MatrixOps.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_05) on Fri Sep 06 13:46:28 EDT 2019 -->
5+
<!-- Generated by javadoc (1.8.0_05) on Mon Sep 09 16:42:49 EDT 2019 -->
66
<title>MatrixOps (JavaPermutationTools - A Java API for computation on permutations)</title>
7-
<meta name="date" content="2019-09-06">
7+
<meta name="date" content="2019-09-09">
88
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
99
<script type="text/javascript" src="../../../../script.js"></script>
1010
</head>

0 commit comments

Comments
 (0)