Skip to content

Commit

Permalink
Auto-generated commit
Browse files Browse the repository at this point in the history
stdlib-bot committed Jan 11, 2024
1 parent db876a6 commit ff58f98
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
@@ -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.binomial,"random.array.binomial( len, n, p[, options] )"
random.array.binomial.assign,"random.array.binomial.assign( n, p, out )"
random.array.binomial.factory,"random.array.binomial.factory( [n, p, ][options] )"
random.array.binomial.PRNG,"random.array.binomial.PRNG"
random.array.binomial.seed,"random.array.binomial.seed"
random.array.binomial.seedLength,"random.array.binomial.seedLength"
random.array.binomial.state,"random.array.binomial.state"
random.array.binomial.stateLength,"random.array.binomial.stateLength"
random.array.binomial.byteLength,"random.array.binomial.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] )"
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 ff58f98

Please sign in to comment.