Added: websites/production/commons/content/proper/commons-rng/commons-rng-simple/javadocs/api-1.1/org/apache/commons/rng/simple/JDKRandomBridge.html ============================================================================== --- websites/production/commons/content/proper/commons-rng/commons-rng-simple/javadocs/api-1.1/org/apache/commons/rng/simple/JDKRandomBridge.html (added) +++ websites/production/commons/content/proper/commons-rng/commons-rng-simple/javadocs/api-1.1/org/apache/commons/rng/simple/JDKRandomBridge.html Tue Aug 14 13:14:24 2018 @@ -0,0 +1,381 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!-- NewPage --> +<html lang="en"> +<head> +<!-- Generated by javadoc --> +<title>JDKRandomBridge (Apache Commons RNG Simple 1.1 API)</title> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> +<link rel="stylesheet" type="text/css" href="../../../../../jquery/jquery-ui.css" title="Style"> +<script type="text/javascript" src="../../../../../script.js"></script> +<script type="text/javascript" src="../../../../../jquery/jszip/dist/jszip.min.js"></script> +<script type="text/javascript" src="../../../../../jquery/jszip-utils/dist/jszip-utils.min.js"></script> +<!--[if IE]> +<script type="text/javascript" src="../../../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script> +<![endif]--> +<script type="text/javascript" src="../../../../../jquery/jquery-1.10.2.js"></script> +<script type="text/javascript" src="../../../../../jquery/jquery-ui.js"></script> +</head> +<body> +<script type="text/javascript"><!-- + try { + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="JDKRandomBridge (Apache Commons RNG Simple 1.1 API)"; + } + } + catch(err) { + } +//--> +var methods = {"i0":10,"i1":10}; +var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; +var altColor = "altColor"; +var rowColor = "rowColor"; +var tableTab = "tableTab"; +var activeTableTab = "activeTableTab"; +var pathtoroot = "../../../../../";loadScripts(document, 'script');</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<div class="fixedNav"> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a name="navbar.top"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> +<a name="navbar.top.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../../overview-summary.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/JDKRandomBridge.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../../index-all.html">Index</a></li> +<li><a href="../../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li>Prev Class</li> +<li><a href="../../../../../org/apache/commons/rng/simple/RandomSource.html" title="enum in org.apache.commons.rng.simple"><span class="typeNameLink">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../../index.html?org/apache/commons/rng/simple/JDKRandomBridge.html" target="_top">Frames</a></li> +<li><a href="JDKRandomBridge.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<ul class="navListSearch"> +<li><span>SEARCH: </span> +<input type="text" id="search" value=" " disabled="disabled"> +<input type="reset" id="reset" value=" " disabled="disabled"> +</li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_top"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li>Field | </li> +<li><a href="#constructor.summary">Constr</a> | </li> +<li><a href="#method.summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li><a href="#constructor.detail">Constr</a> | </li> +<li><a href="#method.detail">Method</a></li> +</ul> +</div> +<a name="skip.navbar.top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +</div> +<div class="navPadding"> </div> +<script type="text/javascript"><!-- +$('.navPadding').css('padding-top', $('.fixedNav').css("height")); +//--> +</script> +<!-- ======== START OF CLASS DATA ======== --> +<div class="header"> +<div class="subTitle"><span class="packageLabelInType">Package</span> <a href="../../../../../org/apache/commons/rng/simple/package-summary.html">org.apache.commons.rng.simple</a></div> +<h2 title="Class JDKRandomBridge" class="title">Class JDKRandomBridge</h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li>java.lang.Object</li> +<li> +<ul class="inheritance"> +<li>java.util.Random</li> +<li> +<ul class="inheritance"> +<li>org.apache.commons.rng.simple.JDKRandomBridge</li> +</ul> +</li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<hr> +<br> +<pre>public final class <a href="../../../../../src-html/org/apache/commons/rng/simple/JDKRandomBridge.html#line.43">JDKRandomBridge</a> +extends java.util.Random</pre> +<div class="block">Subclass of <code>Random</code> that <a href="../../../../../org/apache/commons/rng/simple/JDKRandomBridge.html#next-int-"><code>delegates</code></a> to a + <code>RestorableUniformRandomProvider</code> instance but will otherwise rely + on the base class for generating all the random types. + + <p> + Legacy applications coded against the JDK's API could use this subclass + of <code>Random</code> in order to replace its linear congruential generator + by any <a href="../../../../../org/apache/commons/rng/simple/RandomSource.html" title="enum in org.apache.commons.rng.simple"><code>RandomSource</code></a>. + </p> + + Caveat: Use of this class is <em>not</em> recommended for new applications. + In particular, there is no guarantee that the serialized form of this class + will be compatible across (even <em>minor</em>) releases of the library.</div> +<dl> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>1.0</dd> +<dt><span class="seeLabel">See Also:</span></dt> +<dd><a href="../../../../../serialized-form.html#org.apache.commons.rng.simple.JDKRandomBridge">Serialized Form</a></dd> +</dl> +</li> +</ul> +</div> +<div class="summary"> +<ul class="blockList"> +<li class="blockList"> +<!-- ======== CONSTRUCTOR SUMMARY ======== --> +<ul class="blockList"> +<li class="blockList"><a name="constructor.summary"> +<!-- --> +</a> +<h3>Constructor Summary</h3> +<table class="memberSummary" summary="Constructor Summary table, listing constructors, and an explanation"> +<caption><span>Constructors</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Constructor</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tr class="altColor"> +<th class="colConstructorName" scope="row"><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/rng/simple/JDKRandomBridge.html#JDKRandomBridge-org.apache.commons.rng.simple.RandomSource-java.lang.Object-">JDKRandomBridge</a></span>​(<a href="../../../../../org/apache/commons/rng/simple/RandomSource.html" title="enum in org.apache.commons.rng.simple">RandomSource</a> source, + java.lang.Object seed)</code></th> +<td class="colLast"> +<div class="block">Creates a new instance.</div> +</td> +</tr> +</table> +</li> +</ul> +<!-- ========== METHOD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="method.summary"> +<!-- --> +</a> +<h3>Method Summary</h3> +<table class="memberSummary" summary="Method Summary table, listing methods, and an explanation"> +<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </span></span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colSecond" scope="col">Method</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tr id="i0" class="altColor"> +<td class="colFirst"><code>protected int</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/rng/simple/JDKRandomBridge.html#next-int-">next</a></span>​(int n)</code></th> +<td class="colLast"> +<div class="block">Delegates the generation of 32 random bits to the + <code>RandomSource</code> argument provided at + <a href="../../../../../org/apache/commons/rng/simple/JDKRandomBridge.html#JDKRandomBridge-org.apache.commons.rng.simple.RandomSource-java.lang.Object-"><code>construction</code></a>.</div> +</td> +</tr> +<tr id="i1" class="rowColor"> +<td class="colFirst"><code>void</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/rng/simple/JDKRandomBridge.html#setSeed-long-">setSeed</a></span>​(long seed)</code></th> +</tr> +</table> +<ul class="blockList"> +<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> +<!-- --> +</a> +<h3>Methods inherited from class java.lang.Object</h3> +<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a name="methods.inherited.from.class.java.util.Random"> +<!-- --> +</a> +<h3>Methods inherited from class java.util.Random</h3> +<code>doubles, doubles, doubles, doubles, ints, ints, ints, ints, longs, longs, longs, longs, nextBoolean, nextBytes, nextDouble, nextFloat, nextGaussian, nextInt, nextInt, nextLong</code></li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +<div class="details"> +<ul class="blockList"> +<li class="blockList"> +<!-- ========= CONSTRUCTOR DETAIL ======== --> +<ul class="blockList"> +<li class="blockList"><a name="constructor.detail"> +<!-- --> +</a> +<h3>Constructor Detail</h3> +<a name="JDKRandomBridge-org.apache.commons.rng.simple.RandomSource-java.lang.Object-"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>JDKRandomBridge</h4> +<pre>public <a href="../../../../../src-html/org/apache/commons/rng/simple/JDKRandomBridge.html#line.59">JDKRandomBridge</a>​(<a href="../../../../../org/apache/commons/rng/simple/RandomSource.html" title="enum in org.apache.commons.rng.simple">RandomSource</a> source, + java.lang.Object seed)</pre> +<div class="block">Creates a new instance.</div> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>source</code> - Source of randomness.</dd> +<dd><code>seed</code> - Seed. Can be <code>null</code>.</dd> +</dl> +</li> +</ul> +</li> +</ul> +<!-- ============ METHOD DETAIL ========== --> +<ul class="blockList"> +<li class="blockList"><a name="method.detail"> +<!-- --> +</a> +<h3>Method Detail</h3> +<a name="setSeed-long-"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>setSeed</h4> +<pre>public void <a href="../../../../../src-html/org/apache/commons/rng/simple/JDKRandomBridge.html#line.67">setSeed</a>​(long seed)</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Overrides:</span></dt> +<dd><code>setSeed</code> in class <code>java.util.Random</code></dd> +</dl> +</li> +</ul> +<a name="next-int-"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>next</h4> +<pre>protected int <a href="../../../../../src-html/org/apache/commons/rng/simple/JDKRandomBridge.html#line.92">next</a>​(int n)</pre> +<div class="block">Delegates the generation of 32 random bits to the + <code>RandomSource</code> argument provided at + <a href="../../../../../org/apache/commons/rng/simple/JDKRandomBridge.html#JDKRandomBridge-org.apache.commons.rng.simple.RandomSource-java.lang.Object-"><code>construction</code></a>. + The returned value is such that if the source of randomness is + <a href="../../../../../org/apache/commons/rng/simple/RandomSource.html#JDK"><code>RandomSource.JDK</code></a>, all the generated values will be identical + to those produced by the same sequence of calls on a <code>Random</code> + instance initialized with the same seed.</div> +<dl> +<dt><span class="overrideSpecifyLabel">Overrides:</span></dt> +<dd><code>next</code> in class <code>java.util.Random</code></dd> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>n</code> - Number of random bits which the requested value must contain.</dd> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>the value represented by the <code>n</code> high-order bits of a + pseudo-random 32-bits integer.</dd> +</dl> +</li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +</div> +<!-- ========= END OF CLASS DATA ========= --> +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<div class="bottomNav"><a name="navbar.bottom"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> +<a name="navbar.bottom.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../../overview-summary.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/JDKRandomBridge.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../../index-all.html">Index</a></li> +<li><a href="../../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li>Prev Class</li> +<li><a href="../../../../../org/apache/commons/rng/simple/RandomSource.html" title="enum in org.apache.commons.rng.simple"><span class="typeNameLink">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../../index.html?org/apache/commons/rng/simple/JDKRandomBridge.html" target="_top">Frames</a></li> +<li><a href="JDKRandomBridge.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_bottom"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li>Field | </li> +<li><a href="#constructor.summary">Constr</a> | </li> +<li><a href="#method.summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li><a href="#constructor.detail">Constr</a> | </li> +<li><a href="#method.detail">Method</a></li> +</ul> +</div> +<a name="skip.navbar.bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +<p class="legalCopy"><small>Copyright © 2016–2018 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +</body> +</html>
Added: websites/production/commons/content/proper/commons-rng/commons-rng-simple/javadocs/api-1.1/org/apache/commons/rng/simple/RandomSource.html ============================================================================== --- websites/production/commons/content/proper/commons-rng/commons-rng-simple/javadocs/api-1.1/org/apache/commons/rng/simple/RandomSource.html (added) +++ websites/production/commons/content/proper/commons-rng/commons-rng-simple/javadocs/api-1.1/org/apache/commons/rng/simple/RandomSource.html Tue Aug 14 13:14:24 2018 @@ -0,0 +1,1051 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!-- NewPage --> +<html lang="en"> +<head> +<!-- Generated by javadoc --> +<title>RandomSource (Apache Commons RNG Simple 1.1 API)</title> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> +<link rel="stylesheet" type="text/css" href="../../../../../jquery/jquery-ui.css" title="Style"> +<script type="text/javascript" src="../../../../../script.js"></script> +<script type="text/javascript" src="../../../../../jquery/jszip/dist/jszip.min.js"></script> +<script type="text/javascript" src="../../../../../jquery/jszip-utils/dist/jszip-utils.min.js"></script> +<!--[if IE]> +<script type="text/javascript" src="../../../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script> +<![endif]--> +<script type="text/javascript" src="../../../../../jquery/jquery-1.10.2.js"></script> +<script type="text/javascript" src="../../../../../jquery/jquery-ui.js"></script> +</head> +<body> +<script type="text/javascript"><!-- + try { + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="RandomSource (Apache Commons RNG Simple 1.1 API)"; + } + } + catch(err) { + } +//--> +var methods = {"i0":9,"i1":9,"i2":9,"i3":9,"i4":9,"i5":9,"i6":10,"i7":9,"i8":9,"i9":9}; +var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; +var altColor = "altColor"; +var rowColor = "rowColor"; +var tableTab = "tableTab"; +var activeTableTab = "activeTableTab"; +var pathtoroot = "../../../../../";loadScripts(document, 'script');</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<div class="fixedNav"> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a name="navbar.top"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> +<a name="navbar.top.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../../overview-summary.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/RandomSource.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../../index-all.html">Index</a></li> +<li><a href="../../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../../../org/apache/commons/rng/simple/JDKRandomBridge.html" title="class in org.apache.commons.rng.simple"><span class="typeNameLink">Prev Class</span></a></li> +<li>Next Class</li> +</ul> +<ul class="navList"> +<li><a href="../../../../../index.html?org/apache/commons/rng/simple/RandomSource.html" target="_top">Frames</a></li> +<li><a href="RandomSource.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<ul class="navListSearch"> +<li><span>SEARCH: </span> +<input type="text" id="search" value=" " disabled="disabled"> +<input type="reset" id="reset" value=" " disabled="disabled"> +</li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_top"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li><a href="#enum.constant.summary">Enum Constants</a> | </li> +<li>Field | </li> +<li><a href="#method.summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li><a href="#enum.constant.detail">Enum Constants</a> | </li> +<li>Field | </li> +<li><a href="#method.detail">Method</a></li> +</ul> +</div> +<a name="skip.navbar.top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +</div> +<div class="navPadding"> </div> +<script type="text/javascript"><!-- +$('.navPadding').css('padding-top', $('.fixedNav').css("height")); +//--> +</script> +<!-- ======== START OF CLASS DATA ======== --> +<div class="header"> +<div class="subTitle"><span class="packageLabelInType">Package</span> <a href="../../../../../org/apache/commons/rng/simple/package-summary.html">org.apache.commons.rng.simple</a></div> +<h2 title="Enum RandomSource" class="title">Enum RandomSource</h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li>java.lang.Object</li> +<li> +<ul class="inheritance"> +<li>java.lang.Enum<<a href="../../../../../org/apache/commons/rng/simple/RandomSource.html" title="enum in org.apache.commons.rng.simple">RandomSource</a>></li> +<li> +<ul class="inheritance"> +<li>org.apache.commons.rng.simple.RandomSource</li> +</ul> +</li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<hr> +<br> +<pre>public enum <a href="../../../../../src-html/org/apache/commons/rng/simple/RandomSource.html#line.159">RandomSource</a> +extends java.lang.Enum<<a href="../../../../../org/apache/commons/rng/simple/RandomSource.html" title="enum in org.apache.commons.rng.simple">RandomSource</a>></pre> +<div class="block">This class provides the API for creating generators of random numbers. + + <p>Usage examples:</p> + <pre><code> + UniformRandomProvider rng = RandomSource.create(RandomSource.MT); + </code></pre> + or + <pre><code> + final int[] seed = new int[] { 196, 9, 0, 226 }; + UniformRandomProvider rng = RandomSource.create(RandomSource.MT, seed); + </code></pre> + or + <pre><code> + final int[] seed = RandomSource.createIntArray(256); + UniformRandomProvider rng = RandomSource.create(RandomSource.MT, seed); + </code></pre> + where the first argument to method <code>create</code> is the identifier + of the generator's concrete implementation, and the second the is the + (optional) seed. + + <p> + In the first form, a random seed will be <a href="../../../../../org/apache/commons/rng/simple/internal/SeedFactory.html" title="class in org.apache.commons.rng.simple.internal"><code>generated + automatically</code></a>; in the second form, a fixed seed is used; a random seed + is explicitly generated in the third form. + </p> + + <p> + Seeding is the procedure by which a value (or set of values) is + used to <i>initialize</i> a generator instance. + The requirement that a given seed will always result in the same + internal state allows to create different instances of a generator + that will produce the same sequence of pseudo-random numbers. + </p> + + <p> + The type of data used as a seed depends on the concrete implementation + as some types may not provide enough information to fully initialize + the generator's internal state. + <br> + The reference algorithm's seeding procedure (if provided) operates + on a value of a (single) <i>native</i> type: + Each concrete implementation's constructor creates an instance using + the native type whose information contents is used to set the + internal state. + <br> + When the seed value passed by the caller is of the native type, it is + expected that the sequences produced will be identical to those + produced by other implementations of the same reference algorithm. + <br> + However, when the seed value passed by the caller is not of the native + type, a transformation is performed by this library and the resulting + native type value will <i>not</i> contain more information than the + original seed value. + If the algorithm's native type is "simpler" than the type passed by + the caller, then some (unused) information will even be lost. + <br> + The transformation from non-native to native seed type is arbitrary, + as long as it does not reduce the amount of information required by + the algorithm to initialize its state. + The consequence of the transformation is that sequences produced + by this library may <i>not</i> be the same as the sequences produced + by other implementations of the same algorithm! + </p> + + <p> + For each algorithm, the Javadoc mentions the "ideal" size of the seed, + meaning the number of <code>int</code> or <code>long</code> values that is neither + too large (i.e. some of the seed is useless) or too small (i.e. an + internal procedure will fill the state with redundant information + computed from the given seed). + </p> + + <p> + Note that some algorithms are inherently sensitive to having too low + diversity in their initial state. + For example, it is often a bad idea to use a seed that is mostly + composed of zeroes, or of repeated values. + </p> + + <p> + This class provides methods to generate random seeds (single values + or arrays of values, of <code>int</code> or <code>long</code> types) that can + be passed to the <a href="../../../../../org/apache/commons/rng/simple/RandomSource.html#create-org.apache.commons.rng.simple.RandomSource-java.lang.Object-java.lang.Object...-"><code>generators factory method</code></a>. + </p> + <p> + Although the seed-generating methods defined in this class will likely + return different values each time they are called, there is no guarantee: + </p> + <ul> + <li> + In any sub-sequence, it is <a href="https://en.wikipedia.org/wiki/Birthday_problem"> + expected</a> that the same numbers can occur, with a probability getting + higher as the range of allowed values is smaller and the sequence becomes + longer. + </li> + <li> + It possible that the resulting "seed" will not be <i>good</i> (i.e. + it will not generate a sufficiently uniformly random sequence for the + intended purpose), even if the generator is good! + The only way to ensure that the selected seed will make the generator + produce a good sequence is to submit that sequence to a series of + stringent tests, as provided by tools such as + <a href="http://www.phy.duke.edu/~rgb/General/dieharder.php">dieharder</a> + or <a href="http://simul.iro.umontreal.ca/testu01/tu01.html">TestU01</a>. + </li> + </ul> + + <p> + The current implementations have no provision for producing non-overlapping + sequences. + For parallel applications, a possible workaround is that each thread uses + a generator of a different type (see <a href="../../../../../org/apache/commons/rng/simple/RandomSource.html#TWO_CMRES_SELECT"><code>TWO_CMRES_SELECT</code></a>). + </p> + + <p> + <b>Note:</b> + Seeding is not equivalent to restoring the internal state of an + <i>already initialized</i> generator. + Indeed, generators can have a state that is more complex than the + seed, and seeding is thus a transformation (from seed to state). + Implementations do not provide the inverse transformation (from + state to seed), hence it is not generally possible to know the seed + that would initialize a new generator instance to the current state + of another instance. + Reseeding is also inefficient if the purpose is to continue the + same sequence where another instance left off, as it would require + to "replay" all the calls performed by that other instance (and it + would require to know the number of calls to the primary source of + randomness, which is also not usually accessible). + </p></div> +<dl> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>1.0</dd> +</dl> +</li> +</ul> +</div> +<div class="summary"> +<ul class="blockList"> +<li class="blockList"> +<!-- =========== ENUM CONSTANT SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="enum.constant.summary"> +<!-- --> +</a> +<h3>Enum Constant Summary</h3> +<table class="memberSummary" summary="Enum Constant Summary table, listing enum constants, and an explanation"> +<caption><span>Enum Constants</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Enum Constant</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tr class="altColor"> +<th class="colFirst" scope="row"><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/rng/simple/RandomSource.html#ISAAC">ISAAC</a></span></code></th> +<td class="colLast"> +<div class="block">Source of randomness is <a href="http://commons.apache.org/proper/commons-rng/commons-rng-core/apidocs/org/apache/commons/rng/core/source32/ISAACRandom.html?is-external=true" title="class or interface in org.apache.commons.rng.core.source32"><code>ISAACRandom</code></a>.</div> +</td> +</tr> +<tr class="rowColor"> +<th class="colFirst" scope="row"><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/rng/simple/RandomSource.html#JDK">JDK</a></span></code></th> +<td class="colLast"> +<div class="block">Source of randomness is <a href="http://commons.apache.org/proper/commons-rng/commons-rng-core/apidocs/org/apache/commons/rng/core/source32/JDKRandom.html?is-external=true" title="class or interface in org.apache.commons.rng.core.source32"><code>JDKRandom</code></a>.</div> +</td> +</tr> +<tr class="altColor"> +<th class="colFirst" scope="row"><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/rng/simple/RandomSource.html#KISS">KISS</a></span></code></th> +<td class="colLast"> +<div class="block">Source of randomness is <a href="http://commons.apache.org/proper/commons-rng/commons-rng-core/apidocs/org/apache/commons/rng/core/source32/KISSRandom.html?is-external=true" title="class or interface in org.apache.commons.rng.core.source32"><code>KISSRandom</code></a>.</div> +</td> +</tr> +<tr class="rowColor"> +<th class="colFirst" scope="row"><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/rng/simple/RandomSource.html#MT">MT</a></span></code></th> +<td class="colLast"> +<div class="block">Source of randomness is <a href="http://commons.apache.org/proper/commons-rng/commons-rng-core/apidocs/org/apache/commons/rng/core/source32/MersenneTwister.html?is-external=true" title="class or interface in org.apache.commons.rng.core.source32"><code>MersenneTwister</code></a>.</div> +</td> +</tr> +<tr class="altColor"> +<th class="colFirst" scope="row"><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/rng/simple/RandomSource.html#MT_64">MT_64</a></span></code></th> +<td class="colLast"> +<div class="block">Source of randomness is <a href="http://commons.apache.org/proper/commons-rng/commons-rng-core/apidocs/org/apache/commons/rng/core/source64/MersenneTwister64.html?is-external=true" title="class or interface in org.apache.commons.rng.core.source64"><code>MersenneTwister64</code></a>.</div> +</td> +</tr> +<tr class="rowColor"> +<th class="colFirst" scope="row"><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/rng/simple/RandomSource.html#MWC_256">MWC_256</a></span></code></th> +<td class="colLast"> +<div class="block">Source of randomness is <a href="http://commons.apache.org/proper/commons-rng/commons-rng-core/apidocs/org/apache/commons/rng/core/source32/MultiplyWithCarry256.html?is-external=true" title="class or interface in org.apache.commons.rng.core.source32"><code>MultiplyWithCarry256</code></a>.</div> +</td> +</tr> +<tr class="altColor"> +<th class="colFirst" scope="row"><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/rng/simple/RandomSource.html#SPLIT_MIX_64">SPLIT_MIX_64</a></span></code></th> +<td class="colLast"> +<div class="block">Source of randomness is <a href="http://commons.apache.org/proper/commons-rng/commons-rng-core/apidocs/org/apache/commons/rng/core/source64/SplitMix64.html?is-external=true" title="class or interface in org.apache.commons.rng.core.source64"><code>SplitMix64</code></a>.</div> +</td> +</tr> +<tr class="rowColor"> +<th class="colFirst" scope="row"><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/rng/simple/RandomSource.html#TWO_CMRES">TWO_CMRES</a></span></code></th> +<td class="colLast"> +<div class="block">Source of randomness is <a href="http://commons.apache.org/proper/commons-rng/commons-rng-core/apidocs/org/apache/commons/rng/core/source64/TwoCmres.html?is-external=true" title="class or interface in org.apache.commons.rng.core.source64"><code>TwoCmres</code></a>.</div> +</td> +</tr> +<tr class="altColor"> +<th class="colFirst" scope="row"><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/rng/simple/RandomSource.html#TWO_CMRES_SELECT">TWO_CMRES_SELECT</a></span></code></th> +<td class="colLast"> +<div class="block">Source of randomness is <a href="http://commons.apache.org/proper/commons-rng/commons-rng-core/apidocs/org/apache/commons/rng/core/source64/TwoCmres.html?is-external=true" title="class or interface in org.apache.commons.rng.core.source64"><code>TwoCmres</code></a>, + with explicit selection of the two subcycle generators.</div> +</td> +</tr> +<tr class="rowColor"> +<th class="colFirst" scope="row"><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/rng/simple/RandomSource.html#WELL_1024_A">WELL_1024_A</a></span></code></th> +<td class="colLast"> +<div class="block">Source of randomness is <a href="http://commons.apache.org/proper/commons-rng/commons-rng-core/apidocs/org/apache/commons/rng/core/source32/Well1024a.html?is-external=true" title="class or interface in org.apache.commons.rng.core.source32"><code>Well1024a</code></a>.</div> +</td> +</tr> +<tr class="altColor"> +<th class="colFirst" scope="row"><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/rng/simple/RandomSource.html#WELL_19937_A">WELL_19937_A</a></span></code></th> +<td class="colLast"> +<div class="block">Source of randomness is <a href="http://commons.apache.org/proper/commons-rng/commons-rng-core/apidocs/org/apache/commons/rng/core/source32/Well19937a.html?is-external=true" title="class or interface in org.apache.commons.rng.core.source32"><code>Well19937a</code></a>.</div> +</td> +</tr> +<tr class="rowColor"> +<th class="colFirst" scope="row"><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/rng/simple/RandomSource.html#WELL_19937_C">WELL_19937_C</a></span></code></th> +<td class="colLast"> +<div class="block">Source of randomness is <a href="http://commons.apache.org/proper/commons-rng/commons-rng-core/apidocs/org/apache/commons/rng/core/source32/Well19937c.html?is-external=true" title="class or interface in org.apache.commons.rng.core.source32"><code>Well19937c</code></a>.</div> +</td> +</tr> +<tr class="altColor"> +<th class="colFirst" scope="row"><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/rng/simple/RandomSource.html#WELL_44497_A">WELL_44497_A</a></span></code></th> +<td class="colLast"> +<div class="block">Source of randomness is <a href="http://commons.apache.org/proper/commons-rng/commons-rng-core/apidocs/org/apache/commons/rng/core/source32/Well44497a.html?is-external=true" title="class or interface in org.apache.commons.rng.core.source32"><code>Well44497a</code></a>.</div> +</td> +</tr> +<tr class="rowColor"> +<th class="colFirst" scope="row"><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/rng/simple/RandomSource.html#WELL_44497_B">WELL_44497_B</a></span></code></th> +<td class="colLast"> +<div class="block">Source of randomness is <a href="http://commons.apache.org/proper/commons-rng/commons-rng-core/apidocs/org/apache/commons/rng/core/source32/Well44497b.html?is-external=true" title="class or interface in org.apache.commons.rng.core.source32"><code>Well44497b</code></a>.</div> +</td> +</tr> +<tr class="altColor"> +<th class="colFirst" scope="row"><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/rng/simple/RandomSource.html#WELL_512_A">WELL_512_A</a></span></code></th> +<td class="colLast"> +<div class="block">Source of randomness is <a href="http://commons.apache.org/proper/commons-rng/commons-rng-core/apidocs/org/apache/commons/rng/core/source32/Well512a.html?is-external=true" title="class or interface in org.apache.commons.rng.core.source32"><code>Well512a</code></a>.</div> +</td> +</tr> +<tr class="rowColor"> +<th class="colFirst" scope="row"><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/rng/simple/RandomSource.html#XOR_SHIFT_1024_S">XOR_SHIFT_1024_S</a></span></code></th> +<td class="colLast"> +<div class="block">Source of randomness is <a href="http://commons.apache.org/proper/commons-rng/commons-rng-core/apidocs/org/apache/commons/rng/core/source64/XorShift1024Star.html?is-external=true" title="class or interface in org.apache.commons.rng.core.source64"><code>XorShift1024Star</code></a>.</div> +</td> +</tr> +</table> +</li> +</ul> +<!-- ========== METHOD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="method.summary"> +<!-- --> +</a> +<h3>Method Summary</h3> +<table class="memberSummary" summary="Method Summary table, listing methods, and an explanation"> +<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t1" class="tableTab"><span><a href="javascript:show(1);">Static Methods</a></span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </span></span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colSecond" scope="col">Method</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tr id="i0" class="altColor"> +<td class="colFirst"><code>static org.apache.commons.rng.RestorableUniformRandomProvider</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/rng/simple/RandomSource.html#create-org.apache.commons.rng.simple.RandomSource-">create</a></span>​(<a href="../../../../../org/apache/commons/rng/simple/RandomSource.html" title="enum in org.apache.commons.rng.simple">RandomSource</a> source)</code></th> +<td class="colLast"> +<div class="block">Creates a random number generator with a random seed.</div> +</td> +</tr> +<tr id="i1" class="rowColor"> +<td class="colFirst"><code>static org.apache.commons.rng.RestorableUniformRandomProvider</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/rng/simple/RandomSource.html#create-org.apache.commons.rng.simple.RandomSource-java.lang.Object-java.lang.Object...-">create</a></span>​(<a href="../../../../../org/apache/commons/rng/simple/RandomSource.html" title="enum in org.apache.commons.rng.simple">RandomSource</a> source, + java.lang.Object seed, + java.lang.Object... data)</code></th> +<td class="colLast"> +<div class="block">Creates a random number generator with the given <code>seed</code>.</div> +</td> +</tr> +<tr id="i2" class="altColor"> +<td class="colFirst"><code>static int</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/rng/simple/RandomSource.html#createInt--">createInt</a></span>​()</code></th> +<td class="colLast"> +<div class="block">Creates a number for use as a seed.</div> +</td> +</tr> +<tr id="i3" class="rowColor"> +<td class="colFirst"><code>static int[]</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/rng/simple/RandomSource.html#createIntArray-int-">createIntArray</a></span>​(int n)</code></th> +<td class="colLast"> +<div class="block">Creates an array of numbers for use as a seed.</div> +</td> +</tr> +<tr id="i4" class="altColor"> +<td class="colFirst"><code>static long</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/rng/simple/RandomSource.html#createLong--">createLong</a></span>​()</code></th> +<td class="colLast"> +<div class="block">Creates a number for use as a seed.</div> +</td> +</tr> +<tr id="i5" class="rowColor"> +<td class="colFirst"><code>static long[]</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/rng/simple/RandomSource.html#createLongArray-int-">createLongArray</a></span>​(int n)</code></th> +<td class="colLast"> +<div class="block">Creates an array of numbers for use as a seed.</div> +</td> +</tr> +<tr id="i6" class="altColor"> +<td class="colFirst"><code>boolean</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/rng/simple/RandomSource.html#isNativeSeed-java.lang.Object-">isNativeSeed</a></span>​(java.lang.Object seed)</code></th> +<td class="colLast"> +<div class="block">Checks whether the type of given <code>seed</code> is the native type + of the implementation.</div> +</td> +</tr> +<tr id="i7" class="rowColor"> +<td class="colFirst"><code>static org.apache.commons.rng.UniformRandomProvider</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/rng/simple/RandomSource.html#unrestorable-org.apache.commons.rng.UniformRandomProvider-">unrestorable</a></span>​(org.apache.commons.rng.UniformRandomProvider delegate)</code></th> +<td class="colLast"> +<div class="block">Wraps the given <code>delegate</code> generator in a new instance that + does not allow access to the "save/restore" functionality.</div> +</td> +</tr> +<tr id="i8" class="altColor"> +<td class="colFirst"><code>static <a href="../../../../../org/apache/commons/rng/simple/RandomSource.html" title="enum in org.apache.commons.rng.simple">RandomSource</a></code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/rng/simple/RandomSource.html#valueOf-java.lang.String-">valueOf</a></span>​(java.lang.String name)</code></th> +<td class="colLast"> +<div class="block">Returns the enum constant of this type with the specified name.</div> +</td> +</tr> +<tr id="i9" class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../../org/apache/commons/rng/simple/RandomSource.html" title="enum in org.apache.commons.rng.simple">RandomSource</a>[]</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/rng/simple/RandomSource.html#values--">values</a></span>​()</code></th> +<td class="colLast"> +<div class="block">Returns an array containing the constants of this enum type, in +the order they are declared.</div> +</td> +</tr> +</table> +<ul class="blockList"> +<li class="blockList"><a name="methods.inherited.from.class.java.lang.Enum"> +<!-- --> +</a> +<h3>Methods inherited from class java.lang.Enum</h3> +<code>clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf</code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> +<!-- --> +</a> +<h3>Methods inherited from class java.lang.Object</h3> +<code>getClass, notify, notifyAll, wait, wait, wait</code></li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +<div class="details"> +<ul class="blockList"> +<li class="blockList"> +<!-- ============ ENUM CONSTANT DETAIL =========== --> +<ul class="blockList"> +<li class="blockList"><a name="enum.constant.detail"> +<!-- --> +</a> +<h3>Enum Constant Detail</h3> +<a name="JDK"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>JDK</h4> +<pre>public static final <a href="../../../../../org/apache/commons/rng/simple/RandomSource.html" title="enum in org.apache.commons.rng.simple">RandomSource</a> <a href="../../../../../src-html/org/apache/commons/rng/simple/RandomSource.html#line.167">JDK</a></pre> +<div class="block">Source of randomness is <a href="http://commons.apache.org/proper/commons-rng/commons-rng-core/apidocs/org/apache/commons/rng/core/source32/JDKRandom.html?is-external=true" title="class or interface in org.apache.commons.rng.core.source32"><code>JDKRandom</code></a>. + <ul> + <li>Native seed type: <code>Long</code>.</li> + <li>Native seed size: 1.</li> + </ul></div> +</li> +</ul> +<a name="WELL_512_A"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>WELL_512_A</h4> +<pre>public static final <a href="../../../../../org/apache/commons/rng/simple/RandomSource.html" title="enum in org.apache.commons.rng.simple">RandomSource</a> <a href="../../../../../src-html/org/apache/commons/rng/simple/RandomSource.html#line.175">WELL_512_A</a></pre> +<div class="block">Source of randomness is <a href="http://commons.apache.org/proper/commons-rng/commons-rng-core/apidocs/org/apache/commons/rng/core/source32/Well512a.html?is-external=true" title="class or interface in org.apache.commons.rng.core.source32"><code>Well512a</code></a>. + <ul> + <li>Native seed type: <code>int[]</code>.</li> + <li>Native seed size: 16.</li> + </ul></div> +</li> +</ul> +<a name="WELL_1024_A"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>WELL_1024_A</h4> +<pre>public static final <a href="../../../../../org/apache/commons/rng/simple/RandomSource.html" title="enum in org.apache.commons.rng.simple">RandomSource</a> <a href="../../../../../src-html/org/apache/commons/rng/simple/RandomSource.html#line.183">WELL_1024_A</a></pre> +<div class="block">Source of randomness is <a href="http://commons.apache.org/proper/commons-rng/commons-rng-core/apidocs/org/apache/commons/rng/core/source32/Well1024a.html?is-external=true" title="class or interface in org.apache.commons.rng.core.source32"><code>Well1024a</code></a>. + <ul> + <li>Native seed type: <code>int[]</code>.</li> + <li>Native seed size: 32.</li> + </ul></div> +</li> +</ul> +<a name="WELL_19937_A"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>WELL_19937_A</h4> +<pre>public static final <a href="../../../../../org/apache/commons/rng/simple/RandomSource.html" title="enum in org.apache.commons.rng.simple">RandomSource</a> <a href="../../../../../src-html/org/apache/commons/rng/simple/RandomSource.html#line.191">WELL_19937_A</a></pre> +<div class="block">Source of randomness is <a href="http://commons.apache.org/proper/commons-rng/commons-rng-core/apidocs/org/apache/commons/rng/core/source32/Well19937a.html?is-external=true" title="class or interface in org.apache.commons.rng.core.source32"><code>Well19937a</code></a>. + <ul> + <li>Native seed type: <code>int[]</code>.</li> + <li>Native seed size: 624.</li> + </ul></div> +</li> +</ul> +<a name="WELL_19937_C"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>WELL_19937_C</h4> +<pre>public static final <a href="../../../../../org/apache/commons/rng/simple/RandomSource.html" title="enum in org.apache.commons.rng.simple">RandomSource</a> <a href="../../../../../src-html/org/apache/commons/rng/simple/RandomSource.html#line.199">WELL_19937_C</a></pre> +<div class="block">Source of randomness is <a href="http://commons.apache.org/proper/commons-rng/commons-rng-core/apidocs/org/apache/commons/rng/core/source32/Well19937c.html?is-external=true" title="class or interface in org.apache.commons.rng.core.source32"><code>Well19937c</code></a>. + <ul> + <li>Native seed type: <code>int[]</code>.</li> + <li>Native seed size: 624.</li> + </ul></div> +</li> +</ul> +<a name="WELL_44497_A"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>WELL_44497_A</h4> +<pre>public static final <a href="../../../../../org/apache/commons/rng/simple/RandomSource.html" title="enum in org.apache.commons.rng.simple">RandomSource</a> <a href="../../../../../src-html/org/apache/commons/rng/simple/RandomSource.html#line.207">WELL_44497_A</a></pre> +<div class="block">Source of randomness is <a href="http://commons.apache.org/proper/commons-rng/commons-rng-core/apidocs/org/apache/commons/rng/core/source32/Well44497a.html?is-external=true" title="class or interface in org.apache.commons.rng.core.source32"><code>Well44497a</code></a>. + <ul> + <li>Native seed type: <code>int[]</code>.</li> + <li>Native seed size: 1391.</li> + </ul></div> +</li> +</ul> +<a name="WELL_44497_B"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>WELL_44497_B</h4> +<pre>public static final <a href="../../../../../org/apache/commons/rng/simple/RandomSource.html" title="enum in org.apache.commons.rng.simple">RandomSource</a> <a href="../../../../../src-html/org/apache/commons/rng/simple/RandomSource.html#line.215">WELL_44497_B</a></pre> +<div class="block">Source of randomness is <a href="http://commons.apache.org/proper/commons-rng/commons-rng-core/apidocs/org/apache/commons/rng/core/source32/Well44497b.html?is-external=true" title="class or interface in org.apache.commons.rng.core.source32"><code>Well44497b</code></a>. + <ul> + <li>Native seed type: <code>int[]</code>.</li> + <li>Native seed size: 1391.</li> + </ul></div> +</li> +</ul> +<a name="MT"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>MT</h4> +<pre>public static final <a href="../../../../../org/apache/commons/rng/simple/RandomSource.html" title="enum in org.apache.commons.rng.simple">RandomSource</a> <a href="../../../../../src-html/org/apache/commons/rng/simple/RandomSource.html#line.223">MT</a></pre> +<div class="block">Source of randomness is <a href="http://commons.apache.org/proper/commons-rng/commons-rng-core/apidocs/org/apache/commons/rng/core/source32/MersenneTwister.html?is-external=true" title="class or interface in org.apache.commons.rng.core.source32"><code>MersenneTwister</code></a>. + <ul> + <li>Native seed type: <code>int[]</code>.</li> + <li>Native seed size: 624.</li> + </ul></div> +</li> +</ul> +<a name="ISAAC"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>ISAAC</h4> +<pre>public static final <a href="../../../../../org/apache/commons/rng/simple/RandomSource.html" title="enum in org.apache.commons.rng.simple">RandomSource</a> <a href="../../../../../src-html/org/apache/commons/rng/simple/RandomSource.html#line.231">ISAAC</a></pre> +<div class="block">Source of randomness is <a href="http://commons.apache.org/proper/commons-rng/commons-rng-core/apidocs/org/apache/commons/rng/core/source32/ISAACRandom.html?is-external=true" title="class or interface in org.apache.commons.rng.core.source32"><code>ISAACRandom</code></a>. + <ul> + <li>Native seed type: <code>int[]</code>.</li> + <li>Native seed size: 256.</li> + </ul></div> +</li> +</ul> +<a name="SPLIT_MIX_64"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>SPLIT_MIX_64</h4> +<pre>public static final <a href="../../../../../org/apache/commons/rng/simple/RandomSource.html" title="enum in org.apache.commons.rng.simple">RandomSource</a> <a href="../../../../../src-html/org/apache/commons/rng/simple/RandomSource.html#line.239">SPLIT_MIX_64</a></pre> +<div class="block">Source of randomness is <a href="http://commons.apache.org/proper/commons-rng/commons-rng-core/apidocs/org/apache/commons/rng/core/source64/SplitMix64.html?is-external=true" title="class or interface in org.apache.commons.rng.core.source64"><code>SplitMix64</code></a>. + <ul> + <li>Native seed type: <code>Long</code>.</li> + <li>Native seed size: 1.</li> + </ul></div> +</li> +</ul> +<a name="XOR_SHIFT_1024_S"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>XOR_SHIFT_1024_S</h4> +<pre>public static final <a href="../../../../../org/apache/commons/rng/simple/RandomSource.html" title="enum in org.apache.commons.rng.simple">RandomSource</a> <a href="../../../../../src-html/org/apache/commons/rng/simple/RandomSource.html#line.247">XOR_SHIFT_1024_S</a></pre> +<div class="block">Source of randomness is <a href="http://commons.apache.org/proper/commons-rng/commons-rng-core/apidocs/org/apache/commons/rng/core/source64/XorShift1024Star.html?is-external=true" title="class or interface in org.apache.commons.rng.core.source64"><code>XorShift1024Star</code></a>. + <ul> + <li>Native seed type: <code>long[]</code>.</li> + <li>Native seed size: 16.</li> + </ul></div> +</li> +</ul> +<a name="TWO_CMRES"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>TWO_CMRES</h4> +<pre>public static final <a href="../../../../../org/apache/commons/rng/simple/RandomSource.html" title="enum in org.apache.commons.rng.simple">RandomSource</a> <a href="../../../../../src-html/org/apache/commons/rng/simple/RandomSource.html#line.257">TWO_CMRES</a></pre> +<div class="block">Source of randomness is <a href="http://commons.apache.org/proper/commons-rng/commons-rng-core/apidocs/org/apache/commons/rng/core/source64/TwoCmres.html?is-external=true" title="class or interface in org.apache.commons.rng.core.source64"><code>TwoCmres</code></a>. + This generator is equivalent to <a href="../../../../../org/apache/commons/rng/simple/RandomSource.html#TWO_CMRES_SELECT"><code>TWO_CMRES_SELECT</code></a> with the choice of the + pair <code>(0, 1)</code> for the two subcycle generators. + <ul> + <li>Native seed type: <code>Integer</code>.</li> + <li>Native seed size: 1.</li> + </ul></div> +</li> +</ul> +<a name="TWO_CMRES_SELECT"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>TWO_CMRES_SELECT</h4> +<pre>public static final <a href="../../../../../org/apache/commons/rng/simple/RandomSource.html" title="enum in org.apache.commons.rng.simple">RandomSource</a> <a href="../../../../../src-html/org/apache/commons/rng/simple/RandomSource.html#line.270">TWO_CMRES_SELECT</a></pre> +<div class="block">Source of randomness is <a href="http://commons.apache.org/proper/commons-rng/commons-rng-core/apidocs/org/apache/commons/rng/core/source64/TwoCmres.html?is-external=true" title="class or interface in org.apache.commons.rng.core.source64"><code>TwoCmres</code></a>, + with explicit selection of the two subcycle generators. + The selection of the subcycle generator is by passing its index in the internal + table, a value between 0 (included) and 13 (included). + The two indices must be different. + Different choices of an ordered pair of indices create independent generators. + <ul> + <li>Native seed type: <code>Integer</code>.</li> + <li>Native seed size: 1.</li> + </ul></div> +</li> +</ul> +<a name="MT_64"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>MT_64</h4> +<pre>public static final <a href="../../../../../org/apache/commons/rng/simple/RandomSource.html" title="enum in org.apache.commons.rng.simple">RandomSource</a> <a href="../../../../../src-html/org/apache/commons/rng/simple/RandomSource.html#line.278">MT_64</a></pre> +<div class="block">Source of randomness is <a href="http://commons.apache.org/proper/commons-rng/commons-rng-core/apidocs/org/apache/commons/rng/core/source64/MersenneTwister64.html?is-external=true" title="class or interface in org.apache.commons.rng.core.source64"><code>MersenneTwister64</code></a>. + <ul> + <li>Native seed type: <code>long[]</code>.</li> + <li>Native seed size: 312.</li> + </ul></div> +</li> +</ul> +<a name="MWC_256"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>MWC_256</h4> +<pre>public static final <a href="../../../../../org/apache/commons/rng/simple/RandomSource.html" title="enum in org.apache.commons.rng.simple">RandomSource</a> <a href="../../../../../src-html/org/apache/commons/rng/simple/RandomSource.html#line.286">MWC_256</a></pre> +<div class="block">Source of randomness is <a href="http://commons.apache.org/proper/commons-rng/commons-rng-core/apidocs/org/apache/commons/rng/core/source32/MultiplyWithCarry256.html?is-external=true" title="class or interface in org.apache.commons.rng.core.source32"><code>MultiplyWithCarry256</code></a>. + <ul> + <li>Native seed type: <code>int[]</code>.</li> + <li>Native seed size: 257.</li> + </ul></div> +</li> +</ul> +<a name="KISS"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>KISS</h4> +<pre>public static final <a href="../../../../../org/apache/commons/rng/simple/RandomSource.html" title="enum in org.apache.commons.rng.simple">RandomSource</a> <a href="../../../../../src-html/org/apache/commons/rng/simple/RandomSource.html#line.294">KISS</a></pre> +<div class="block">Source of randomness is <a href="http://commons.apache.org/proper/commons-rng/commons-rng-core/apidocs/org/apache/commons/rng/core/source32/KISSRandom.html?is-external=true" title="class or interface in org.apache.commons.rng.core.source32"><code>KISSRandom</code></a>. + <ul> + <li>Native seed type: <code>int[]</code>.</li> + <li>Native seed size: 4.</li> + </ul></div> +</li> +</ul> +</li> +</ul> +<!-- ============ METHOD DETAIL ========== --> +<ul class="blockList"> +<li class="blockList"><a name="method.detail"> +<!-- --> +</a> +<h3>Method Detail</h3> +<a name="values--"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>values</h4> +<pre>public static <a href="../../../../../org/apache/commons/rng/simple/RandomSource.html" title="enum in org.apache.commons.rng.simple">RandomSource</a>[] <a href="../../../../../src-html/org/apache/commons/rng/simple/RandomSource.html#line.159">values</a>​()</pre> +<div class="block">Returns an array containing the constants of this enum type, in +the order they are declared. This method may be used to iterate +over the constants as follows: +<pre> +for (RandomSource c : RandomSource.values()) + System.out.println(c); +</pre></div> +<dl> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>an array containing the constants of this enum type, in the order they are declared</dd> +</dl> +</li> +</ul> +<a name="valueOf-java.lang.String-"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>valueOf</h4> +<pre>public static <a href="../../../../../org/apache/commons/rng/simple/RandomSource.html" title="enum in org.apache.commons.rng.simple">RandomSource</a> <a href="../../../../../src-html/org/apache/commons/rng/simple/RandomSource.html#line.159">valueOf</a>​(java.lang.String name)</pre> +<div class="block">Returns the enum constant of this type with the specified name. +The string must match <i>exactly</i> an identifier used to declare an +enum constant in this type. (Extraneous whitespace characters are +not permitted.)</div> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>name</code> - the name of the enum constant to be returned.</dd> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>the enum constant with the specified name</dd> +<dt><span class="throwsLabel">Throws:</span></dt> +<dd><code>java.lang.IllegalArgumentException</code> - if this enum type has no constant with the specified name</dd> +<dd><code>java.lang.NullPointerException</code> - if the argument is null</dd> +</dl> +</li> +</ul> +<a name="isNativeSeed-java.lang.Object-"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>isNativeSeed</h4> +<pre>public boolean <a href="../../../../../src-html/org/apache/commons/rng/simple/RandomSource.html#line.321">isNativeSeed</a>​(java.lang.Object seed)</pre> +<div class="block">Checks whether the type of given <code>seed</code> is the native type + of the implementation.</div> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>seed</code> - Seed value.</dd> +<dt><span class="returnLabel">Returns:</span></dt> +<dd><code>true</code> if the type of <code>seed</code> is the native + type for this RNG source.</dd> +</dl> +</li> +</ul> +<a name="create-org.apache.commons.rng.simple.RandomSource-"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>create</h4> +<pre>public static org.apache.commons.rng.RestorableUniformRandomProvider <a href="../../../../../src-html/org/apache/commons/rng/simple/RandomSource.html#line.342">create</a>​(<a href="../../../../../org/apache/commons/rng/simple/RandomSource.html" title="enum in org.apache.commons.rng.simple">RandomSource</a> source)</pre> +<div class="block">Creates a random number generator with a random seed. + + <p>Usage example:</p> + <pre><code> + UniformRandomProvider rng = RandomSource.create(RandomSource.MT); + </code></pre> + <p>or, if a <code>"save/restore"</code> functionality is needed,</p> + <pre><code> + RestorableUniformRandomProvider rng = RandomSource.create(RandomSource.MT); + </code></pre></div> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>source</code> - RNG type.</dd> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>the RNG.</dd> +<dt><span class="seeLabel">See Also:</span></dt> +<dd><a href="../../../../../org/apache/commons/rng/simple/RandomSource.html#create-org.apache.commons.rng.simple.RandomSource-java.lang.Object-java.lang.Object...-"><code>create(RandomSource,Object,Object[])</code></a></dd> +</dl> +</li> +</ul> +<a name="create-org.apache.commons.rng.simple.RandomSource-java.lang.Object-java.lang.Object...-"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>create</h4> +<pre>public static org.apache.commons.rng.RestorableUniformRandomProvider <a href="../../../../../src-html/org/apache/commons/rng/simple/RandomSource.html#line.395">create</a>​(<a href="../../../../../org/apache/commons/rng/simple/RandomSource.html" title="enum in org.apache.commons.rng.simple">RandomSource</a> source, + java.lang.Object seed, + java.lang.Object... data)</pre> +<div class="block">Creates a random number generator with the given <code>seed</code>. + + <p>Usage example:</p> + <pre><code> + UniformRandomProvider rng = RandomSource.create(RandomSource.TWO_CMRES_SELECT, 26219, 6, 9); + </code></pre> + + <p>Valid types for the <code>seed</code> are:</p> + <ul> + <li><code>Integer</code> (or <code>int</code>)</li> + <li><code>Long</code> (or <code>long</code>)</li> + <li><code>int[]</code></li> + <li><code>long[]</code></li> + <li><code>byte[]</code></li> + </ul> + + <p>Notes:</p> + <ul> + <li> + When the seed type passed as argument is more complex (i.e. more + bits can be independently chosen) than the generator's + <a href="../../../../../org/apache/commons/rng/simple/RandomSource.html#isNativeSeed-java.lang.Object-"><code>native type</code></a>, the conversion of a + set of different seeds will necessarily result in the same value + of the native seed type. + </li> + <li> + When the native seed type is an array, the same remark applies + when the array contains more bits than the state of the generator. + </li> + <li> + When the native seed type is an array and the <code>seed</code> is + <code>null</code>, the size of the generated array will be 128. + </li> + </ul></div> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>source</code> - RNG type.</dd> +<dd><code>seed</code> - Seed value. It can be <code>null</code> (in which case a + random value will be used).</dd> +<dd><code>data</code> - Additional arguments to the implementation's constructor. + Please refer to the documentation of each specific implementation.</dd> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>the RNG.</dd> +<dt><span class="throwsLabel">Throws:</span></dt> +<dd><code>java.lang.UnsupportedOperationException</code> - if the type of the <code>seed</code> + is invalid.</dd> +<dd><code>java.lang.IllegalStateException</code> - if data is missing to initialize the + generator implemented by the given <code>source</code>.</dd> +<dt><span class="seeLabel">See Also:</span></dt> +<dd><a href="../../../../../org/apache/commons/rng/simple/RandomSource.html#create-org.apache.commons.rng.simple.RandomSource-"><code>create(RandomSource)</code></a></dd> +</dl> +</li> +</ul> +<a name="createInt--"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>createInt</h4> +<pre>public static int <a href="../../../../../src-html/org/apache/commons/rng/simple/RandomSource.html#line.406">createInt</a>​()</pre> +<div class="block">Creates a number for use as a seed.</div> +<dl> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>a random number.</dd> +</dl> +</li> +</ul> +<a name="createLong--"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>createLong</h4> +<pre>public static long <a href="../../../../../src-html/org/apache/commons/rng/simple/RandomSource.html#line.415">createLong</a>​()</pre> +<div class="block">Creates a number for use as a seed.</div> +<dl> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>a random number.</dd> +</dl> +</li> +</ul> +<a name="createIntArray-int-"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>createIntArray</h4> +<pre>public static int[] <a href="../../../../../src-html/org/apache/commons/rng/simple/RandomSource.html#line.425">createIntArray</a>​(int n)</pre> +<div class="block">Creates an array of numbers for use as a seed.</div> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>n</code> - Size of the array to create.</dd> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>an array of <code>n</code> random numbers.</dd> +</dl> +</li> +</ul> +<a name="createLongArray-int-"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>createLongArray</h4> +<pre>public static long[] <a href="../../../../../src-html/org/apache/commons/rng/simple/RandomSource.html#line.435">createLongArray</a>​(int n)</pre> +<div class="block">Creates an array of numbers for use as a seed.</div> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>n</code> - Size of the array to create.</dd> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>an array of <code>n</code> random numbers.</dd> +</dl> +</li> +</ul> +<a name="unrestorable-org.apache.commons.rng.UniformRandomProvider-"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>unrestorable</h4> +<pre>public static org.apache.commons.rng.UniformRandomProvider <a href="../../../../../src-html/org/apache/commons/rng/simple/RandomSource.html#line.446">unrestorable</a>​(org.apache.commons.rng.UniformRandomProvider delegate)</pre> +<div class="block">Wraps the given <code>delegate</code> generator in a new instance that + does not allow access to the "save/restore" functionality.</div> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>delegate</code> - Generator to which calls will be delegated.</dd> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>a new instance whose state cannot be saved or restored.</dd> +</dl> +</li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +</div> +<!-- ========= END OF CLASS DATA ========= --> +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<div class="bottomNav"><a name="navbar.bottom"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> +<a name="navbar.bottom.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../../overview-summary.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/RandomSource.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../../index-all.html">Index</a></li> +<li><a href="../../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../../../org/apache/commons/rng/simple/JDKRandomBridge.html" title="class in org.apache.commons.rng.simple"><span class="typeNameLink">Prev Class</span></a></li> +<li>Next Class</li> +</ul> +<ul class="navList"> +<li><a href="../../../../../index.html?org/apache/commons/rng/simple/RandomSource.html" target="_top">Frames</a></li> +<li><a href="RandomSource.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_bottom"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li><a href="#enum.constant.summary">Enum Constants</a> | </li> +<li>Field | </li> +<li><a href="#method.summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li><a href="#enum.constant.detail">Enum Constants</a> | </li> +<li>Field | </li> +<li><a href="#method.detail">Method</a></li> +</ul> +</div> +<a name="skip.navbar.bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +<p class="legalCopy"><small>Copyright © 2016–2018 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +</body> +</html> Added: websites/production/commons/content/proper/commons-rng/commons-rng-simple/javadocs/api-1.1/org/apache/commons/rng/simple/class-use/JDKRandomBridge.html ============================================================================== --- websites/production/commons/content/proper/commons-rng/commons-rng-simple/javadocs/api-1.1/org/apache/commons/rng/simple/class-use/JDKRandomBridge.html (added) +++ websites/production/commons/content/proper/commons-rng/commons-rng-simple/javadocs/api-1.1/org/apache/commons/rng/simple/class-use/JDKRandomBridge.html Tue Aug 14 13:14:24 2018 @@ -0,0 +1,152 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!-- NewPage --> +<html lang="en"> +<head> +<!-- Generated by javadoc --> +<title>Uses of Class org.apache.commons.rng.simple.JDKRandomBridge (Apache Commons RNG Simple 1.1 API)</title> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> +<link rel="stylesheet" type="text/css" href="../../../../../../jquery/jquery-ui.css" title="Style"> +<script type="text/javascript" src="../../../../../../script.js"></script> +<script type="text/javascript" src="../../../../../../jquery/jszip/dist/jszip.min.js"></script> +<script type="text/javascript" src="../../../../../../jquery/jszip-utils/dist/jszip-utils.min.js"></script> +<!--[if IE]> +<script type="text/javascript" src="../../../../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script> +<![endif]--> +<script type="text/javascript" src="../../../../../../jquery/jquery-1.10.2.js"></script> +<script type="text/javascript" src="../../../../../../jquery/jquery-ui.js"></script> +</head> +<body> +<script type="text/javascript"><!-- + try { + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="Uses of Class org.apache.commons.rng.simple.JDKRandomBridge (Apache Commons RNG Simple 1.1 API)"; + } + } + catch(err) { + } +//--> +var pathtoroot = "../../../../../../";loadScripts(document, 'script');</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<div class="fixedNav"> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a name="navbar.top"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> +<a name="navbar.top.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../../../overview-summary.html">Overview</a></li> +<li><a href="../package-summary.html">Package</a></li> +<li><a href="../../../../../../org/apache/commons/rng/simple/JDKRandomBridge.html" title="class in org.apache.commons.rng.simple">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../../../index-all.html">Index</a></li> +<li><a href="../../../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../../../index.html?org/apache/commons/rng/simple/class-use/JDKRandomBridge.html" target="_top">Frames</a></li> +<li><a href="JDKRandomBridge.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<ul class="navListSearch"> +<li><span>SEARCH: </span> +<input type="text" id="search" value=" " disabled="disabled"> +<input type="reset" id="reset" value=" " disabled="disabled"> +</li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_top"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +</div> +<a name="skip.navbar.top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +</div> +<div class="navPadding"> </div> +<script type="text/javascript"><!-- +$('.navPadding').css('padding-top', $('.fixedNav').css("height")); +//--> +</script> +<div class="header"> +<h2 title="Uses of Class org.apache.commons.rng.simple.JDKRandomBridge" class="title">Uses of Class<br>org.apache.commons.rng.simple.JDKRandomBridge</h2> +</div> +<div class="classUseContainer">No usage of org.apache.commons.rng.simple.JDKRandomBridge</div> +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<div class="bottomNav"><a name="navbar.bottom"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> +<a name="navbar.bottom.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../../../overview-summary.html">Overview</a></li> +<li><a href="../package-summary.html">Package</a></li> +<li><a href="../../../../../../org/apache/commons/rng/simple/JDKRandomBridge.html" title="class in org.apache.commons.rng.simple">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../../../index-all.html">Index</a></li> +<li><a href="../../../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../../../index.html?org/apache/commons/rng/simple/class-use/JDKRandomBridge.html" target="_top">Frames</a></li> +<li><a href="JDKRandomBridge.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_bottom"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +</div> +<a name="skip.navbar.bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +<p class="legalCopy"><small>Copyright © 2016–2018 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +</body> +</html>
