|
2 | 2 | <!-- NewPage --> |
3 | 3 | <html lang="en"> |
4 | 4 | <head> |
5 | | -<!-- Generated by javadoc (1.8.0_05) on Fri May 31 12:09:04 EDT 2019 --> |
| 5 | +<!-- Generated by javadoc (1.8.0_05) on Fri May 31 13:19:25 EDT 2019 --> |
6 | 6 | <title>Index (JavaPermutationTools - A Java API for computation on permutations)</title> |
7 | 7 | <meta name="date" content="2019-05-31"> |
8 | 8 | <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> |
@@ -81,6 +81,36 @@ <h2 class="title">A</h2> |
81 | 81 | <dd> |
82 | 82 | <div class="block">Constructs the distance measurer as specified in the class documentation.</div> |
83 | 83 | </dd> |
| 84 | +<dt><span class="memberNameLink"><a href="org/cicirello/math/rand/RandomIndexer.html#arrayMask-int-">arrayMask(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> |
| 85 | +<dd> |
| 86 | +<div class="block">Generates an "array mask" of a specified length, |
| 87 | + where an "array mask" is an array of boolean values of the same length as another array.</div> |
| 88 | +</dd> |
| 89 | +<dt><span class="memberNameLink"><a href="org/cicirello/math/rand/RandomIndexer.html#arrayMask-int-java.util.SplittableRandom-">arrayMask(int, SplittableRandom)</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> |
| 90 | +<dd> |
| 91 | +<div class="block">Generates an "array mask" of a specified length, |
| 92 | + where an "array mask" is an array of boolean values of the same length as another array.</div> |
| 93 | +</dd> |
| 94 | +<dt><span class="memberNameLink"><a href="org/cicirello/math/rand/RandomIndexer.html#arrayMask-int-java.util.Random-">arrayMask(int, Random)</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> |
| 95 | +<dd> |
| 96 | +<div class="block">Generates an "array mask" of a specified length, |
| 97 | + where an "array mask" is an array of boolean values of the same length as another array.</div> |
| 98 | +</dd> |
| 99 | +<dt><span class="memberNameLink"><a href="org/cicirello/math/rand/RandomIndexer.html#arrayMask-int-int-">arrayMask(int, 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> |
| 100 | +<dd> |
| 101 | +<div class="block">Generates an "array mask" of a specified length and specified number of true values, |
| 102 | + where an "array mask" is an array of boolean values of the same length as another array.</div> |
| 103 | +</dd> |
| 104 | +<dt><span class="memberNameLink"><a href="org/cicirello/math/rand/RandomIndexer.html#arrayMask-int-int-java.util.SplittableRandom-">arrayMask(int, int, SplittableRandom)</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> |
| 105 | +<dd> |
| 106 | +<div class="block">Generates an "array mask" of a specified length and specified number of true values, |
| 107 | + where an "array mask" is an array of boolean values of the same length as another array.</div> |
| 108 | +</dd> |
| 109 | +<dt><span class="memberNameLink"><a href="org/cicirello/math/rand/RandomIndexer.html#arrayMask-int-int-java.util.Random-">arrayMask(int, int, Random)</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> |
| 110 | +<dd> |
| 111 | +<div class="block">Generates an "array mask" of a specified length and specified number of true values, |
| 112 | + where an "array mask" is an array of boolean values of the same length as another array.</div> |
| 113 | +</dd> |
84 | 114 | </dl> |
85 | 115 | <a name="I:B"> |
86 | 116 | <!-- --> |
|
0 commit comments