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 6, 2024
1 parent 2c3e0b9 commit 762ece5
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 5 deletions.
18 changes: 18 additions & 0 deletions data/data.csv
Original file line number Diff line number Diff line change
Expand Up @@ -3951,6 +3951,15 @@ random.array.gamma.seedLength,"random.array.gamma.seedLength"
random.array.gamma.state,"random.array.gamma.state"
random.array.gamma.stateLength,"random.array.gamma.stateLength"
random.array.gamma.byteLength,"random.array.gamma.byteLength"
random.array.geometric,"random.array.geometric( len, p[, options] )"
random.array.geometric.assign,"random.array.geometric.assign( p, out )"
random.array.geometric.factory,"random.array.geometric.factory( [p, ][options] )"
random.array.geometric.PRNG,"random.array.geometric.PRNG"
random.array.geometric.seed,"random.array.geometric.seed"
random.array.geometric.seedLength,"random.array.geometric.seedLength"
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.factory,"random.array.invgamma.factory( [alpha, beta, ][options] )"
random.array.invgamma.PRNG,"random.array.invgamma.PRNG"
Expand Down Expand Up @@ -4002,6 +4011,15 @@ random.array.normal.seedLength,"random.array.normal.seedLength"
random.array.normal.state,"random.array.normal.state"
random.array.normal.stateLength,"random.array.normal.stateLength"
random.array.normal.byteLength,"random.array.normal.byteLength"
random.array.poisson,"random.array.poisson( len, lambda[, options] )"
random.array.poisson.assign,"random.array.poisson.assign( lambda, out )"
random.array.poisson.factory,"random.array.poisson.factory( [lambda, ][options] )"
random.array.poisson.PRNG,"random.array.poisson.PRNG"
random.array.poisson.seed,"random.array.poisson.seed"
random.array.poisson.seedLength,"random.array.poisson.seedLength"
random.array.poisson.state,"random.array.poisson.state"
random.array.poisson.stateLength,"random.array.poisson.stateLength"
random.array.poisson.byteLength,"random.array.poisson.byteLength"
random.array.randu,"random.array.randu( len[, options] )"
random.array.randu.factory,"random.array.randu.factory( [options] )"
random.array.randu.PRNG,"random.array.randu.PRNG"
Expand Down
2 changes: 1 addition & 1 deletion data/data.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions 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 762ece5

Please sign in to comment.