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 7, 2024
1 parent f9d9307 commit abf9116
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 4 deletions.
18 changes: 18 additions & 0 deletions data/data.csv
Original file line number Diff line number Diff line change
Expand Up @@ -3918,6 +3918,24 @@ 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.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] )"
random.array.chi.PRNG,"random.array.chi.PRNG"
random.array.chi.seed,"random.array.chi.seed"
random.array.chi.seedLength,"random.array.chi.seedLength"
random.array.chi.state,"random.array.chi.state"
random.array.chi.stateLength,"random.array.chi.stateLength"
random.array.chi.byteLength,"random.array.chi.byteLength"
random.array.chisquare,"random.array.chisquare( len, k[, options] )"
random.array.chisquare.assign,"random.array.chisquare.assign( k, out )"
random.array.chisquare.factory,"random.array.chisquare.factory( [k, ][options] )"
random.array.chisquare.PRNG,"random.array.chisquare.PRNG"
random.array.chisquare.seed,"random.array.chisquare.seed"
random.array.chisquare.seedLength,"random.array.chisquare.seedLength"
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.factory,"random.array.cosine.factory( [mu, s, ][options] )"
random.array.cosine.PRNG,"random.array.cosine.PRNG"
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 abf9116

Please sign in to comment.