|
2 | 2 | <!-- NewPage --> |
3 | 3 | <html lang="en"> |
4 | 4 | <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 --> |
6 | 6 | <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"> |
8 | 8 | <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> |
9 | 9 | <script type="text/javascript" src="script.js"></script> |
10 | 10 | </head> |
@@ -1021,6 +1021,33 @@ <h2 class="title">N</h2> |
1021 | 1021 | <dd> |
1022 | 1022 | <div class="block">Generates a pseudorandom integer from a binomial distribution.</div> |
1023 | 1023 | </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> |
1024 | 1051 | <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> |
1025 | 1052 | <dd> |
1026 | 1053 | <div class="block">Generates a random integer uniformly distributed in the interval: [0, bound).</div> |
|
0 commit comments