Skip to content

Commit

Permalink
Update Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
daegalus committed Aug 30, 2024
1 parent 36335ef commit 62cd4f7
Show file tree
Hide file tree
Showing 198 changed files with 1,728 additions and 1,720 deletions.
10 changes: 5 additions & 5 deletions doc/data/GlobalOptions-class-sidebar.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@
<li class="section-title">
<a href="data/GlobalOptions-class.html#instance-properties">Properties</a>
</li>
<li class="inherited"><a href="https://api.dart.dev/stable/3.4.4/dart-core/Object/hashCode.html">hashCode</a></li>
<li class="inherited"><a href="https://api.dart.dev/stable/3.5.1/dart-core/Object/hashCode.html">hashCode</a></li>
<li><a href="data/GlobalOptions/rng.html">rng</a></li>
<li class="inherited"><a href="https://api.dart.dev/stable/3.4.4/dart-core/Object/runtimeType.html">runtimeType</a></li>
<li class="inherited"><a href="https://api.dart.dev/stable/3.5.1/dart-core/Object/runtimeType.html">runtimeType</a></li>

<li class="section-title inherited"><a href="data/GlobalOptions-class.html#instance-methods">Methods</a></li>
<li class="inherited"><a href="https://api.dart.dev/stable/3.4.4/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
<li class="inherited"><a href="https://api.dart.dev/stable/3.4.4/dart-core/Object/toString.html">toString</a></li>
<li class="inherited"><a href="https://api.dart.dev/stable/3.5.1/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
<li class="inherited"><a href="https://api.dart.dev/stable/3.5.1/dart-core/Object/toString.html">toString</a></li>

<li class="section-title inherited"><a href="data/GlobalOptions-class.html#operators">Operators</a></li>
<li class="inherited"><a href="https://api.dart.dev/stable/3.4.4/dart-core/Object/operator_equals.html">operator ==</a></li>
<li class="inherited"><a href="https://api.dart.dev/stable/3.5.1/dart-core/Object/operator_equals.html">operator ==</a></li>



Expand Down
20 changes: 10 additions & 10 deletions doc/data/GlobalOptions-class.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ <h1><span class="kind-class">GlobalOptions</span> class

<section class="desc markdown">
<p><a href="../data/GlobalOptions-class.html">GlobalOptions</a> stores the global options passed into the library on instantiation.
<a href="../data/GlobalOptions/rng.html">GlobalOptions.rng</a> is the random number generator class to use. Defaults to MathRNG() <a href="../rng/MathRNG-class.html">MathRNG</a></p>
<a href="../data/GlobalOptions/rng.html">GlobalOptions.rng</a> is the random number generator class to use. Defaults to CryptoRNG() <a href="../rng/CryptoRNG-class.html">CryptoRNG</a></p>
</section>


Expand All @@ -89,8 +89,8 @@ <h2>Constructors</h2>
<h2>Properties</h2>
<dl class="properties">
<dt id="hashCode" class="property inherited">
<span class="name"><a href="https://api.dart.dev/stable/3.4.4/dart-core/Object/hashCode.html">hashCode</a></span>
<span class="signature">&#8594; <a href="https://api.dart.dev/stable/3.4.4/dart-core/int-class.html">int</a></span>
<span class="name"><a href="https://api.dart.dev/stable/3.5.1/dart-core/Object/hashCode.html">hashCode</a></span>
<span class="signature">&#8594; <a href="https://api.dart.dev/stable/3.5.1/dart-core/int-class.html">int</a></span>


</dt>
Expand All @@ -113,8 +113,8 @@ <h2>Properties</h2>
</dd>

<dt id="runtimeType" class="property inherited">
<span class="name"><a href="https://api.dart.dev/stable/3.4.4/dart-core/Object/runtimeType.html">runtimeType</a></span>
<span class="signature">&#8594; <a href="https://api.dart.dev/stable/3.4.4/dart-core/Type-class.html">Type</a></span>
<span class="name"><a href="https://api.dart.dev/stable/3.5.1/dart-core/Object/runtimeType.html">runtimeType</a></span>
<span class="signature">&#8594; <a href="https://api.dart.dev/stable/3.5.1/dart-core/Type-class.html">Type</a></span>


</dt>
Expand All @@ -133,7 +133,7 @@ <h2>Properties</h2>
<h2>Methods</h2>
<dl class="callables">
<dt id="noSuchMethod" class="callable inherited">
<span class="name"><a href="https://api.dart.dev/stable/3.4.4/dart-core/Object/noSuchMethod.html">noSuchMethod</a></span><span class="signature">(<wbr><span class="parameter" id="noSuchMethod-param-invocation"><span class="type-annotation"><a href="https://api.dart.dev/stable/3.4.4/dart-core/Invocation-class.html">Invocation</a></span> <span class="parameter-name">invocation</span></span>)
<span class="name"><a href="https://api.dart.dev/stable/3.5.1/dart-core/Object/noSuchMethod.html">noSuchMethod</a></span><span class="signature">(<wbr><span class="parameter" id="noSuchMethod-param-invocation"><span class="type-annotation"><a href="https://api.dart.dev/stable/3.5.1/dart-core/Invocation-class.html">Invocation</a></span> <span class="parameter-name">invocation</span></span>)
<span class="returntype parameter">&#8594; dynamic</span>
</span>

Expand All @@ -146,8 +146,8 @@ <h2>Methods</h2>
</dd>

<dt id="toString" class="callable inherited">
<span class="name"><a href="https://api.dart.dev/stable/3.4.4/dart-core/Object/toString.html">toString</a></span><span class="signature">(<wbr>)
<span class="returntype parameter">&#8594; <a href="https://api.dart.dev/stable/3.4.4/dart-core/String-class.html">String</a></span>
<span class="name"><a href="https://api.dart.dev/stable/3.5.1/dart-core/Object/toString.html">toString</a></span><span class="signature">(<wbr>)
<span class="returntype parameter">&#8594; <a href="https://api.dart.dev/stable/3.5.1/dart-core/String-class.html">String</a></span>
</span>


Expand All @@ -167,8 +167,8 @@ <h2>Methods</h2>
<h2>Operators</h2>
<dl class="callables">
<dt id="operator ==" class="callable inherited">
<span class="name"><a href="https://api.dart.dev/stable/3.4.4/dart-core/Object/operator_equals.html">operator ==</a></span><span class="signature">(<wbr><span class="parameter" id="==-param-other"><span class="type-annotation"><a href="https://api.dart.dev/stable/3.4.4/dart-core/Object-class.html">Object</a></span> <span class="parameter-name">other</span></span>)
<span class="returntype parameter">&#8594; <a href="https://api.dart.dev/stable/3.4.4/dart-core/bool-class.html">bool</a></span>
<span class="name"><a href="https://api.dart.dev/stable/3.5.1/dart-core/Object/operator_equals.html">operator ==</a></span><span class="signature">(<wbr><span class="parameter" id="==-param-other"><span class="type-annotation"><a href="https://api.dart.dev/stable/3.5.1/dart-core/Object-class.html">Object</a></span> <span class="parameter-name">other</span></span>)
<span class="returntype parameter">&#8594; <a href="https://api.dart.dev/stable/3.5.1/dart-core/bool-class.html">bool</a></span>
</span>


Expand Down
2 changes: 1 addition & 1 deletion doc/data/GlobalOptions/GlobalOptions.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ <h1><span class="kind-constructor">GlobalOptions</span> constructor

<section class="multi-line-signature">
const
<span class="name ">GlobalOptions</span>(<wbr><ol class="parameter-list"><li><span class="parameter" id="-param-rng"><span class="type-annotation"><a href="../../rng/RNG-class.html">RNG</a>?</span> <span class="parameter-name">rng</span></span></li>
<span class="name ">GlobalOptions</span>(<wbr><ol class="parameter-list single-line"> <li><span class="parameter" id="-param-rng"><span class="type-annotation"><a href="../../rng/RNG-class.html">RNG</a>?</span> <span class="parameter-name">rng</span></span></li>
</ol>)
</section>

Expand Down
10 changes: 5 additions & 5 deletions doc/data/V1Options-class-sidebar.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,19 @@
<a href="data/V1Options-class.html#instance-properties">Properties</a>
</li>
<li><a href="data/V1Options/clockSeq.html">clockSeq</a></li>
<li class="inherited"><a href="https://api.dart.dev/stable/3.4.4/dart-core/Object/hashCode.html">hashCode</a></li>
<li class="inherited"><a href="https://api.dart.dev/stable/3.5.1/dart-core/Object/hashCode.html">hashCode</a></li>
<li><a href="data/V1Options/mSecs.html">mSecs</a></li>
<li><a href="data/V1Options/node.html">node</a></li>
<li><a href="data/V1Options/nSecs.html">nSecs</a></li>
<li class="inherited"><a href="https://api.dart.dev/stable/3.4.4/dart-core/Object/runtimeType.html">runtimeType</a></li>
<li class="inherited"><a href="https://api.dart.dev/stable/3.5.1/dart-core/Object/runtimeType.html">runtimeType</a></li>
<li><a href="data/V1Options/seedBytes.html">seedBytes</a></li>

<li class="section-title inherited"><a href="data/V1Options-class.html#instance-methods">Methods</a></li>
<li class="inherited"><a href="https://api.dart.dev/stable/3.4.4/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
<li class="inherited"><a href="https://api.dart.dev/stable/3.4.4/dart-core/Object/toString.html">toString</a></li>
<li class="inherited"><a href="https://api.dart.dev/stable/3.5.1/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
<li class="inherited"><a href="https://api.dart.dev/stable/3.5.1/dart-core/Object/toString.html">toString</a></li>

<li class="section-title inherited"><a href="data/V1Options-class.html#operators">Operators</a></li>
<li class="inherited"><a href="https://api.dart.dev/stable/3.4.4/dart-core/Object/operator_equals.html">operator ==</a></li>
<li class="inherited"><a href="https://api.dart.dev/stable/3.5.1/dart-core/Object/operator_equals.html">operator ==</a></li>



Expand Down
30 changes: 15 additions & 15 deletions doc/data/V1Options-class.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ <h2>Constructors</h2>

<dl class="constructor-summary-list">
<dt id="V1Options" class="callable">
<span class="name"><a href="../data/V1Options/V1Options.html">V1Options</a></span><span class="signature">(<span class="parameter" id="-param-clockSeq"><span class="type-annotation"><a href="https://api.dart.dev/stable/3.4.4/dart-core/int-class.html">int</a>?</span> <span class="parameter-name">clockSeq</span>, </span><span class="parameter" id="-param-mSecs"><span class="type-annotation"><a href="https://api.dart.dev/stable/3.4.4/dart-core/int-class.html">int</a>?</span> <span class="parameter-name">mSecs</span>, </span><span class="parameter" id="-param-nSecs"><span class="type-annotation"><a href="https://api.dart.dev/stable/3.4.4/dart-core/int-class.html">int</a>?</span> <span class="parameter-name">nSecs</span>, </span><span class="parameter" id="-param-node"><span class="type-annotation"><a href="https://api.dart.dev/stable/3.4.4/dart-core/List-class.html">List</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="https://api.dart.dev/stable/3.4.4/dart-core/int-class.html">int</a></span>&gt;</span>?</span> <span class="parameter-name">node</span>, </span><span class="parameter" id="-param-seedBytes"><span class="type-annotation"><a href="https://api.dart.dev/stable/3.4.4/dart-core/List-class.html">List</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="https://api.dart.dev/stable/3.4.4/dart-core/int-class.html">int</a></span>&gt;</span>?</span> <span class="parameter-name">seedBytes</span></span>)</span>
<span class="name"><a href="../data/V1Options/V1Options.html">V1Options</a></span><span class="signature">(<span class="parameter" id="-param-clockSeq"><span class="type-annotation"><a href="https://api.dart.dev/stable/3.5.1/dart-core/int-class.html">int</a>?</span> <span class="parameter-name">clockSeq</span>, </span><span class="parameter" id="-param-mSecs"><span class="type-annotation"><a href="https://api.dart.dev/stable/3.5.1/dart-core/int-class.html">int</a>?</span> <span class="parameter-name">mSecs</span>, </span><span class="parameter" id="-param-nSecs"><span class="type-annotation"><a href="https://api.dart.dev/stable/3.5.1/dart-core/int-class.html">int</a>?</span> <span class="parameter-name">nSecs</span>, </span><span class="parameter" id="-param-node"><span class="type-annotation"><a href="https://api.dart.dev/stable/3.5.1/dart-core/List-class.html">List</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="https://api.dart.dev/stable/3.5.1/dart-core/int-class.html">int</a></span>&gt;</span>?</span> <span class="parameter-name">node</span>, </span><span class="parameter" id="-param-seedBytes"><span class="type-annotation"><a href="https://api.dart.dev/stable/3.5.1/dart-core/List-class.html">List</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="https://api.dart.dev/stable/3.5.1/dart-core/int-class.html">int</a></span>&gt;</span>?</span> <span class="parameter-name">seedBytes</span></span>)</span>
</dt>
<dd>

Expand All @@ -98,7 +98,7 @@ <h2>Properties</h2>
<dl class="properties">
<dt id="clockSeq" class="property">
<span class="name"><a href="../data/V1Options/clockSeq.html">clockSeq</a></span>
<span class="signature">&#8594; <a href="https://api.dart.dev/stable/3.4.4/dart-core/int-class.html">int</a>?</span>
<span class="signature">&#8594; <a href="https://api.dart.dev/stable/3.5.1/dart-core/int-class.html">int</a>?</span>


</dt>
Expand All @@ -109,8 +109,8 @@ <h2>Properties</h2>
</dd>

<dt id="hashCode" class="property inherited">
<span class="name"><a href="https://api.dart.dev/stable/3.4.4/dart-core/Object/hashCode.html">hashCode</a></span>
<span class="signature">&#8594; <a href="https://api.dart.dev/stable/3.4.4/dart-core/int-class.html">int</a></span>
<span class="name"><a href="https://api.dart.dev/stable/3.5.1/dart-core/Object/hashCode.html">hashCode</a></span>
<span class="signature">&#8594; <a href="https://api.dart.dev/stable/3.5.1/dart-core/int-class.html">int</a></span>


</dt>
Expand All @@ -122,7 +122,7 @@ <h2>Properties</h2>

<dt id="mSecs" class="property">
<span class="name"><a href="../data/V1Options/mSecs.html">mSecs</a></span>
<span class="signature">&#8594; <a href="https://api.dart.dev/stable/3.4.4/dart-core/int-class.html">int</a>?</span>
<span class="signature">&#8594; <a href="https://api.dart.dev/stable/3.5.1/dart-core/int-class.html">int</a>?</span>


</dt>
Expand All @@ -134,7 +134,7 @@ <h2>Properties</h2>

<dt id="node" class="property">
<span class="name"><a href="../data/V1Options/node.html">node</a></span>
<span class="signature">&#8594; <a href="https://api.dart.dev/stable/3.4.4/dart-core/List-class.html">List</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="https://api.dart.dev/stable/3.4.4/dart-core/int-class.html">int</a></span>&gt;</span>?</span>
<span class="signature">&#8594; <a href="https://api.dart.dev/stable/3.5.1/dart-core/List-class.html">List</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="https://api.dart.dev/stable/3.5.1/dart-core/int-class.html">int</a></span>&gt;</span>?</span>


</dt>
Expand All @@ -146,7 +146,7 @@ <h2>Properties</h2>

<dt id="nSecs" class="property">
<span class="name"><a href="../data/V1Options/nSecs.html">nSecs</a></span>
<span class="signature">&#8594; <a href="https://api.dart.dev/stable/3.4.4/dart-core/int-class.html">int</a>?</span>
<span class="signature">&#8594; <a href="https://api.dart.dev/stable/3.5.1/dart-core/int-class.html">int</a>?</span>


</dt>
Expand All @@ -157,8 +157,8 @@ <h2>Properties</h2>
</dd>

<dt id="runtimeType" class="property inherited">
<span class="name"><a href="https://api.dart.dev/stable/3.4.4/dart-core/Object/runtimeType.html">runtimeType</a></span>
<span class="signature">&#8594; <a href="https://api.dart.dev/stable/3.4.4/dart-core/Type-class.html">Type</a></span>
<span class="name"><a href="https://api.dart.dev/stable/3.5.1/dart-core/Object/runtimeType.html">runtimeType</a></span>
<span class="signature">&#8594; <a href="https://api.dart.dev/stable/3.5.1/dart-core/Type-class.html">Type</a></span>


</dt>
Expand All @@ -170,7 +170,7 @@ <h2>Properties</h2>

<dt id="seedBytes" class="property">
<span class="name"><a href="../data/V1Options/seedBytes.html">seedBytes</a></span>
<span class="signature">&#8594; <a href="https://api.dart.dev/stable/3.4.4/dart-core/List-class.html">List</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="https://api.dart.dev/stable/3.4.4/dart-core/int-class.html">int</a></span>&gt;</span>?</span>
<span class="signature">&#8594; <a href="https://api.dart.dev/stable/3.5.1/dart-core/List-class.html">List</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="https://api.dart.dev/stable/3.5.1/dart-core/int-class.html">int</a></span>&gt;</span>?</span>


</dt>
Expand All @@ -189,7 +189,7 @@ <h2>Properties</h2>
<h2>Methods</h2>
<dl class="callables">
<dt id="noSuchMethod" class="callable inherited">
<span class="name"><a href="https://api.dart.dev/stable/3.4.4/dart-core/Object/noSuchMethod.html">noSuchMethod</a></span><span class="signature">(<wbr><span class="parameter" id="noSuchMethod-param-invocation"><span class="type-annotation"><a href="https://api.dart.dev/stable/3.4.4/dart-core/Invocation-class.html">Invocation</a></span> <span class="parameter-name">invocation</span></span>)
<span class="name"><a href="https://api.dart.dev/stable/3.5.1/dart-core/Object/noSuchMethod.html">noSuchMethod</a></span><span class="signature">(<wbr><span class="parameter" id="noSuchMethod-param-invocation"><span class="type-annotation"><a href="https://api.dart.dev/stable/3.5.1/dart-core/Invocation-class.html">Invocation</a></span> <span class="parameter-name">invocation</span></span>)
<span class="returntype parameter">&#8594; dynamic</span>
</span>

Expand All @@ -202,8 +202,8 @@ <h2>Methods</h2>
</dd>

<dt id="toString" class="callable inherited">
<span class="name"><a href="https://api.dart.dev/stable/3.4.4/dart-core/Object/toString.html">toString</a></span><span class="signature">(<wbr>)
<span class="returntype parameter">&#8594; <a href="https://api.dart.dev/stable/3.4.4/dart-core/String-class.html">String</a></span>
<span class="name"><a href="https://api.dart.dev/stable/3.5.1/dart-core/Object/toString.html">toString</a></span><span class="signature">(<wbr>)
<span class="returntype parameter">&#8594; <a href="https://api.dart.dev/stable/3.5.1/dart-core/String-class.html">String</a></span>
</span>


Expand All @@ -223,8 +223,8 @@ <h2>Methods</h2>
<h2>Operators</h2>
<dl class="callables">
<dt id="operator ==" class="callable inherited">
<span class="name"><a href="https://api.dart.dev/stable/3.4.4/dart-core/Object/operator_equals.html">operator ==</a></span><span class="signature">(<wbr><span class="parameter" id="==-param-other"><span class="type-annotation"><a href="https://api.dart.dev/stable/3.4.4/dart-core/Object-class.html">Object</a></span> <span class="parameter-name">other</span></span>)
<span class="returntype parameter">&#8594; <a href="https://api.dart.dev/stable/3.4.4/dart-core/bool-class.html">bool</a></span>
<span class="name"><a href="https://api.dart.dev/stable/3.5.1/dart-core/Object/operator_equals.html">operator ==</a></span><span class="signature">(<wbr><span class="parameter" id="==-param-other"><span class="type-annotation"><a href="https://api.dart.dev/stable/3.5.1/dart-core/Object-class.html">Object</a></span> <span class="parameter-name">other</span></span>)
<span class="returntype parameter">&#8594; <a href="https://api.dart.dev/stable/3.5.1/dart-core/bool-class.html">bool</a></span>
</span>


Expand Down
Loading

0 comments on commit 62cd4f7

Please sign in to comment.