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 36a6ed8 commit 7a714f2
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 @@ -3921,6 +3921,15 @@ random.array.betaprime.seedLength,"random.array.betaprime.seedLength"
random.array.betaprime.state,"random.array.betaprime.state"
random.array.betaprime.stateLength,"random.array.betaprime.stateLength"
random.array.betaprime.byteLength,"random.array.betaprime.byteLength"
random.array.cauchy,"random.array.cauchy( len, x0, gamma[, options] )"
random.array.cauchy.assign,"random.array.cauchy.assign( x0, gamma, out )"
random.array.cauchy.factory,"random.array.cauchy.factory( [x0, gamma, ][options] )"
random.array.cauchy.PRNG,"random.array.cauchy.PRNG"
random.array.cauchy.seed,"random.array.cauchy.seed"
random.array.cauchy.seedLength,"random.array.cauchy.seedLength"
random.array.cauchy.state,"random.array.cauchy.state"
random.array.cauchy.stateLength,"random.array.cauchy.stateLength"
random.array.cauchy.byteLength,"random.array.cauchy.byteLength"
random.array.chi,"random.array.chi( len, k[, options] )"
random.array.chi.assign,"random.array.chi.assign( k, out )"
random.array.chi.factory,"random.array.chi.factory( [k, ][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 7a714f2

Please sign in to comment.