Skip to content

Commit

Permalink
Update artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Jan 7, 2024
1 parent 15ac017 commit 52c0fe6
Show file tree
Hide file tree
Showing 30 changed files with 38 additions and 32 deletions.
1 change: 1 addition & 0 deletions random/array/bernoulli/coverage.ndjson
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[209,209,100,3,3,100,0,0,100,209,209,100,"0cb1c9609816ed86207fafdd9e57a30a3e946f8d","2024-01-05 15:41:27 -0800"]
[209,209,100,3,3,100,0,0,100,209,209,100,"f8b1c4934b89447ba6c67eee167b96efc78cd61f","2024-01-05 16:07:42 -0800"]
[209,209,100,3,3,100,0,0,100,209,209,100,"ffed11f964eef17772d0e148bf29feba9b77bea2","2024-01-05 19:52:04 -0800"]
[209,209,100,3,3,100,0,0,100,209,209,100,"afc5695025226656e50d31850ea83c2fbc410f66","2024-01-06 16:28:17 -0800"]
10 changes: 5 additions & 5 deletions random/array/bernoulli/factory.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -253,28 +253,28 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">random
*
* @name factory
* @type {Function}
* @param {Probability} [p] - success probability
* @param {PositiveNumber} [p] - success probability
* @param {Options} [options] - function options
* @param {PRNG} [options.prng] - pseudorandom number generator which generates uniformly distributed pseudorandom numbers
* @param {PRNGSeedMT19937} [options.seed] - pseudorandom number generator seed
* @param {PRNGStateMT19937} [options.state] - pseudorandom number generator state
* @param {boolean} [options.copy=true] - boolean indicating whether to copy a provided pseudorandom number generator state
* @param {string} [options.dtype="float64"] - default data type
* @throws {TypeError} `p` must be a probability
* @throws {TypeError} `p` must be a probability (i.e., a number on the interval [0,1])
* @throws {TypeError} options argument must be an object
* @throws {TypeError} must provide valid options
* @throws {Error} must provide a valid state
* @returns {Function} function for creating arrays
*
* @example
* var bernoulli = factory( 0.3 );
* var bernoulli = factory( 0.5 );
* // returns &lt;Function&gt;
*
* var arr = bernoulli( 10 );
* // returns &lt;Float64Array&gt;
*
* @example
* var bernoulli = factory( 0.3 );
* var bernoulli = factory( 0.5 );
* // returns &lt;Function&gt;
*
* var arr = bernoulli( 10, {
Expand All @@ -295,7 +295,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">random
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2024-01-06T04:04:47.178Z
at 2024-01-07T00:32:26.980Z
</div>
<script src="../../../../prettify.js"></script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion random/array/bernoulli/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ <h1><a href="../../../../index.html">All files</a> random/array/bernoulli/lib</h
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2024-01-06T04:04:47.178Z
at 2024-01-07T00:32:26.980Z
</div>
<script src="../../../../prettify.js"></script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion random/array/bernoulli/index.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">random
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2024-01-06T04:04:47.178Z
at 2024-01-07T00:32:26.980Z
</div>
<script src="../../../../prettify.js"></script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion random/array/bernoulli/main.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">random
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2024-01-06T04:04:47.178Z
at 2024-01-07T00:32:26.980Z
</div>
<script src="../../../../prettify.js"></script>
<script>
Expand Down
1 change: 1 addition & 0 deletions random/array/chi/coverage.ndjson
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
[209,209,100,3,3,100,0,0,100,209,209,100,"2c8abf31b71fb33f80f615da5883e6c6cf142a91","2024-01-06 00:53:15 -0800"]
[209,209,100,3,3,100,0,0,100,209,209,100,"afc5695025226656e50d31850ea83c2fbc410f66","2024-01-06 16:28:17 -0800"]
2 changes: 1 addition & 1 deletion random/array/chi/factory.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">random
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2024-01-06T08:57:52.873Z
at 2024-01-07T00:32:32.600Z
</div>
<script src="../../../../prettify.js"></script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion random/array/chi/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ <h1><a href="../../../../index.html">All files</a> random/array/chi/lib</h1>
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2024-01-06T08:57:52.873Z
at 2024-01-07T00:32:32.600Z
</div>
<script src="../../../../prettify.js"></script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion random/array/chi/index.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">random
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2024-01-06T08:57:52.873Z
at 2024-01-07T00:32:32.600Z
</div>
<script src="../../../../prettify.js"></script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion random/array/chi/main.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">random
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2024-01-06T08:57:52.873Z
at 2024-01-07T00:32:32.600Z
</div>
<script src="../../../../prettify.js"></script>
<script>
Expand Down
1 change: 1 addition & 0 deletions random/array/exponential/coverage.ndjson
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
[209,209,100,3,3,100,0,0,100,209,209,100,"1ac1ffcb8fe64bf6ecdcc6672f66f849fe9fb1c4","2024-01-05 13:24:54 -0800"]
[209,209,100,3,3,100,0,0,100,209,209,100,"f8b1c4934b89447ba6c67eee167b96efc78cd61f","2024-01-05 16:07:42 -0800"]
[209,209,100,3,3,100,0,0,100,209,209,100,"ffed11f964eef17772d0e148bf29feba9b77bea2","2024-01-05 19:52:04 -0800"]
[209,209,100,3,3,100,0,0,100,209,209,100,"afc5695025226656e50d31850ea83c2fbc410f66","2024-01-06 16:28:17 -0800"]
2 changes: 1 addition & 1 deletion random/array/exponential/factory.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">random
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2024-01-06T04:04:51.823Z
at 2024-01-07T00:32:37.640Z
</div>
<script src="../../../../prettify.js"></script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion random/array/exponential/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ <h1><a href="../../../../index.html">All files</a> random/array/exponential/lib<
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2024-01-06T04:04:51.823Z
at 2024-01-07T00:32:37.640Z
</div>
<script src="../../../../prettify.js"></script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion random/array/exponential/index.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">random
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2024-01-06T04:04:51.823Z
at 2024-01-07T00:32:37.640Z
</div>
<script src="../../../../prettify.js"></script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion random/array/exponential/main.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">random
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2024-01-06T04:04:51.823Z
at 2024-01-07T00:32:37.640Z
</div>
<script src="../../../../prettify.js"></script>
<script>
Expand Down
1 change: 1 addition & 0 deletions random/array/geometric/coverage.ndjson
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
[209,209,100,3,3,100,0,0,100,209,209,100,"0cb1c9609816ed86207fafdd9e57a30a3e946f8d","2024-01-05 15:41:27 -0800"]
[209,209,100,3,3,100,0,0,100,209,209,100,"f8b1c4934b89447ba6c67eee167b96efc78cd61f","2024-01-05 16:07:42 -0800"]
[209,209,100,3,3,100,0,0,100,209,209,100,"ffed11f964eef17772d0e148bf29feba9b77bea2","2024-01-05 19:52:04 -0800"]
[209,209,100,3,3,100,0,0,100,209,209,100,"afc5695025226656e50d31850ea83c2fbc410f66","2024-01-06 16:28:17 -0800"]
10 changes: 5 additions & 5 deletions random/array/geometric/factory.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -253,28 +253,28 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">random
*
* @name factory
* @type {Function}
* @param {Probability} [p] - success probability
* @param {PositiveNumber} [p] - success probability
* @param {Options} [options] - function options
* @param {PRNG} [options.prng] - pseudorandom number generator which generates uniformly distributed pseudorandom numbers
* @param {PRNGSeedMT19937} [options.seed] - pseudorandom number generator seed
* @param {PRNGStateMT19937} [options.state] - pseudorandom number generator state
* @param {boolean} [options.copy=true] - boolean indicating whether to copy a provided pseudorandom number generator state
* @param {string} [options.dtype="float64"] - default data type
* @throws {TypeError} `p` must be a probability
* @throws {TypeError} `p` must be a probability (i.e., a number on the interval [0,1])
* @throws {TypeError} options argument must be an object
* @throws {TypeError} must provide valid options
* @throws {Error} must provide a valid state
* @returns {Function} function for creating arrays
*
* @example
* var geometric = factory( 0.3 );
* var geometric = factory( 0.01 );
* // returns &lt;Function&gt;
*
* var arr = geometric( 10 );
* // returns &lt;Float64Array&gt;
*
* @example
* var geometric = factory( 0.3 );
* var geometric = factory( 0.01 );
* // returns &lt;Function&gt;
*
* var arr = geometric( 10, {
Expand All @@ -295,7 +295,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">random
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2024-01-06T04:04:56.466Z
at 2024-01-07T00:32:42.587Z
</div>
<script src="../../../../prettify.js"></script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion random/array/geometric/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ <h1><a href="../../../../index.html">All files</a> random/array/geometric/lib</h
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2024-01-06T04:04:56.466Z
at 2024-01-07T00:32:42.587Z
</div>
<script src="../../../../prettify.js"></script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion random/array/geometric/index.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">random
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2024-01-06T04:04:56.466Z
at 2024-01-07T00:32:42.587Z
</div>
<script src="../../../../prettify.js"></script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion random/array/geometric/main.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">random
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2024-01-06T04:04:56.466Z
at 2024-01-07T00:32:42.587Z
</div>
<script src="../../../../prettify.js"></script>
<script>
Expand Down
1 change: 1 addition & 0 deletions random/array/poisson/coverage.ndjson
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
[209,209,100,3,3,100,0,0,100,209,209,100,"f8b1c4934b89447ba6c67eee167b96efc78cd61f","2024-01-05 16:07:42 -0800"]
[209,209,100,3,3,100,0,0,100,209,209,100,"ffed11f964eef17772d0e148bf29feba9b77bea2","2024-01-05 19:52:04 -0800"]
[209,209,100,3,3,100,0,0,100,209,209,100,"afc5695025226656e50d31850ea83c2fbc410f66","2024-01-06 16:28:17 -0800"]
2 changes: 1 addition & 1 deletion random/array/poisson/factory.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">random
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2024-01-06T04:05:04.232Z
at 2024-01-07T00:32:47.841Z
</div>
<script src="../../../../prettify.js"></script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion random/array/poisson/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ <h1><a href="../../../../index.html">All files</a> random/array/poisson/lib</h1>
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2024-01-06T04:05:04.232Z
at 2024-01-07T00:32:47.841Z
</div>
<script src="../../../../prettify.js"></script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion random/array/poisson/index.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">random
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2024-01-06T04:05:04.232Z
at 2024-01-07T00:32:47.841Z
</div>
<script src="../../../../prettify.js"></script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion random/array/poisson/main.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">random
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2024-01-06T04:05:04.232Z
at 2024-01-07T00:32:47.841Z
</div>
<script src="../../../../prettify.js"></script>
<script>
Expand Down
1 change: 1 addition & 0 deletions random/array/rayleigh/coverage.ndjson
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
[209,209,100,3,3,100,0,0,100,209,209,100,"ffed11f964eef17772d0e148bf29feba9b77bea2","2024-01-05 19:52:04 -0800"]
[209,209,100,3,3,100,0,0,100,209,209,100,"afc5695025226656e50d31850ea83c2fbc410f66","2024-01-06 16:28:17 -0800"]
2 changes: 1 addition & 1 deletion random/array/rayleigh/factory.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">random
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2024-01-06T04:05:08.973Z
at 2024-01-07T00:32:52.850Z
</div>
<script src="../../../../prettify.js"></script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion random/array/rayleigh/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ <h1><a href="../../../../index.html">All files</a> random/array/rayleigh/lib</h1
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2024-01-06T04:05:08.973Z
at 2024-01-07T00:32:52.850Z
</div>
<script src="../../../../prettify.js"></script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion random/array/rayleigh/index.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">random
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2024-01-06T04:05:08.973Z
at 2024-01-07T00:32:52.850Z
</div>
<script src="../../../../prettify.js"></script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion random/array/rayleigh/main.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">random
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2024-01-06T04:05:08.973Z
at 2024-01-07T00:32:52.850Z
</div>
<script src="../../../../prettify.js"></script>
<script>
Expand Down

0 comments on commit 52c0fe6

Please sign in to comment.