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 233d40a commit db876a6
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions data/data.csv
Original file line number Diff line number Diff line change
Expand Up @@ -4029,6 +4029,15 @@ random.array.invgamma.seedLength,"random.array.invgamma.seedLength"
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.kumaraswamy,"random.array.kumaraswamy( len, a, b[, options] )"
random.array.kumaraswamy.assign,"random.array.kumaraswamy.assign( a, b, out )"
random.array.kumaraswamy.factory,"random.array.kumaraswamy.factory( [a, b, ][options] )"
random.array.kumaraswamy.PRNG,"random.array.kumaraswamy.PRNG"
random.array.kumaraswamy.seed,"random.array.kumaraswamy.seed"
random.array.kumaraswamy.seedLength,"random.array.kumaraswamy.seedLength"
random.array.kumaraswamy.state,"random.array.kumaraswamy.state"
random.array.kumaraswamy.stateLength,"random.array.kumaraswamy.stateLength"
random.array.kumaraswamy.byteLength,"random.array.kumaraswamy.byteLength"
random.array.laplace,"random.array.laplace( len, mu, b[, options] )"
random.array.laplace.assign,"random.array.laplace.assign( mu, b, out )"
random.array.laplace.factory,"random.array.laplace.factory( [mu, b, ][options] )"
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 db876a6

Please sign in to comment.