Skip to content

Commit

Permalink
Auto-generated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Jan 10, 2024
1 parent abf9116 commit 36a6ed8
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 5 deletions.
2 changes: 1 addition & 1 deletion NOTICE
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Copyright (c) 2016-2023 The Stdlib Authors.
Copyright (c) 2016-2024 The Stdlib Authors.
19 changes: 19 additions & 0 deletions data/data.csv
Original file line number Diff line number Diff line change
Expand Up @@ -3886,6 +3886,7 @@ Proxy.revocable,"Proxy.revocable( target, handlers )"
push,"push( collection, ...items )"
quarterOfYear,"quarterOfYear( [month] )"
random.array.arcsine,"random.array.arcsine( len, a, b[, options] )"
random.array.arcsine.assign,"random.array.arcsine.assign( a, b, out )"
random.array.arcsine.factory,"random.array.arcsine.factory( [a, b, ][options] )"
random.array.arcsine.PRNG,"random.array.arcsine.PRNG"
random.array.arcsine.seed,"random.array.arcsine.seed"
Expand All @@ -3903,6 +3904,7 @@ random.array.bernoulli.state,"random.array.bernoulli.state"
random.array.bernoulli.stateLength,"random.array.bernoulli.stateLength"
random.array.bernoulli.byteLength,"random.array.bernoulli.byteLength"
random.array.beta,"random.array.beta( len, alpha, beta[, options] )"
random.array.beta.assign,"random.array.beta.assign( alpha, beta, out )"
random.array.beta.factory,"random.array.beta.factory( [alpha, beta, ][options] )"
random.array.beta.PRNG,"random.array.beta.PRNG"
random.array.beta.seed,"random.array.beta.seed"
Expand All @@ -3911,6 +3913,7 @@ random.array.beta.state,"random.array.beta.state"
random.array.beta.stateLength,"random.array.beta.stateLength"
random.array.beta.byteLength,"random.array.beta.byteLength"
random.array.betaprime,"random.array.betaprime( len, alpha, beta[, options] )"
random.array.betaprime.assign,"random.array.betaprime.assign( alpha, beta, out )"
random.array.betaprime.factory,"random.array.betaprime.factory( [alpha, beta, ][options] )"
random.array.betaprime.PRNG,"random.array.betaprime.PRNG"
random.array.betaprime.seed,"random.array.betaprime.seed"
Expand All @@ -3937,6 +3940,7 @@ random.array.chisquare.state,"random.array.chisquare.state"
random.array.chisquare.stateLength,"random.array.chisquare.stateLength"
random.array.chisquare.byteLength,"random.array.chisquare.byteLength"
random.array.cosine,"random.array.cosine( len, mu, s[, options] )"
random.array.cosine.assign,"random.array.cosine.assign( mu, s, out )"
random.array.cosine.factory,"random.array.cosine.factory( [mu, s, ][options] )"
random.array.cosine.PRNG,"random.array.cosine.PRNG"
random.array.cosine.seed,"random.array.cosine.seed"
Expand All @@ -3945,6 +3949,7 @@ random.array.cosine.state,"random.array.cosine.state"
random.array.cosine.stateLength,"random.array.cosine.stateLength"
random.array.cosine.byteLength,"random.array.cosine.byteLength"
random.array.discreteUniform,"random.array.discreteUniform( len, a, b[, options] )"
random.array.discreteUniform.assign,"random.array.discreteUniform.assign( a, b, out )"
random.array.discreteUniform.factory,"random.array.discreteUniform.factory( [a, b, ][options] )"
random.array.discreteUniform.PRNG,"random.array.discreteUniform.PRNG"
random.array.discreteUniform.seed,"random.array.discreteUniform.seed"
Expand All @@ -3962,6 +3967,7 @@ random.array.exponential.state,"random.array.exponential.state"
random.array.exponential.stateLength,"random.array.exponential.stateLength"
random.array.exponential.byteLength,"random.array.exponential.byteLength"
random.array.gamma,"random.array.gamma( len, alpha, beta[, options] )"
random.array.gamma.assign,"random.array.gamma.assign( alpha, beta, out )"
random.array.gamma.factory,"random.array.gamma.factory( [alpha, beta, ][options] )"
random.array.gamma.PRNG,"random.array.gamma.PRNG"
random.array.gamma.seed,"random.array.gamma.seed"
Expand All @@ -3979,6 +3985,7 @@ random.array.geometric.state,"random.array.geometric.state"
random.array.geometric.stateLength,"random.array.geometric.stateLength"
random.array.geometric.byteLength,"random.array.geometric.byteLength"
random.array.invgamma,"random.array.invgamma( len, alpha, beta[, options] )"
random.array.invgamma.assign,"random.array.invgamma.assign( alpha, beta, out )"
random.array.invgamma.factory,"random.array.invgamma.factory( [alpha, beta, ][options] )"
random.array.invgamma.PRNG,"random.array.invgamma.PRNG"
random.array.invgamma.seed,"random.array.invgamma.seed"
Expand All @@ -3987,6 +3994,7 @@ random.array.invgamma.state,"random.array.invgamma.state"
random.array.invgamma.stateLength,"random.array.invgamma.stateLength"
random.array.invgamma.byteLength,"random.array.invgamma.byteLength"
random.array.lognormal,"random.array.lognormal( len, mu, sigma[, options] )"
random.array.lognormal.assign,"random.array.lognormal.assign( mu, sigma, out )"
random.array.lognormal.factory,"random.array.lognormal.factory( [mu, sigma, ][options] )"
random.array.lognormal.PRNG,"random.array.lognormal.PRNG"
random.array.lognormal.seed,"random.array.lognormal.seed"
Expand Down Expand Up @@ -4022,6 +4030,7 @@ random.array.mt19937.state,"random.array.mt19937.state"
random.array.mt19937.stateLength,"random.array.mt19937.stateLength"
random.array.mt19937.byteLength,"random.array.mt19937.byteLength"
random.array.normal,"random.array.normal( len, mu, sigma[, options] )"
random.array.normal.assign,"random.array.normal.assign( mu, sigma, out )"
random.array.normal.factory,"random.array.normal.factory( [mu, sigma, ][options] )"
random.array.normal.PRNG,"random.array.normal.PRNG"
random.array.normal.seed,"random.array.normal.seed"
Expand Down Expand Up @@ -4055,7 +4064,17 @@ random.array.rayleigh.seedLength,"random.array.rayleigh.seedLength"
random.array.rayleigh.state,"random.array.rayleigh.state"
random.array.rayleigh.stateLength,"random.array.rayleigh.stateLength"
random.array.rayleigh.byteLength,"random.array.rayleigh.byteLength"
random.array.t,"random.array.t( len, v[, options] )"
random.array.t.assign,"random.array.t.assign( v, out )"
random.array.t.factory,"random.array.t.factory( [v, ][options] )"
random.array.t.PRNG,"random.array.t.PRNG"
random.array.t.seed,"random.array.t.seed"
random.array.t.seedLength,"random.array.t.seedLength"
random.array.t.state,"random.array.t.state"
random.array.t.stateLength,"random.array.t.stateLength"
random.array.t.byteLength,"random.array.t.byteLength"
random.array.uniform,"random.array.uniform( len, a, b[, options] )"
random.array.uniform.assign,"random.array.uniform.assign( a, b, out )"
random.array.uniform.factory,"random.array.uniform.factory( [a, b, ][options] )"
random.array.uniform.PRNG,"random.array.uniform.PRNG"
random.array.uniform.seed,"random.array.uniform.seed"
Expand Down
2 changes: 1 addition & 1 deletion data/data.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/index.js.map

Large diffs are not rendered by default.

0 comments on commit 36a6ed8

Please sign in to comment.