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 6be1bbd commit 2c3e0b9
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 5 deletions.
9 changes: 9 additions & 0 deletions data/data.csv
Original file line number Diff line number Diff line change
Expand Up @@ -3893,6 +3893,15 @@ random.array.arcsine.seedLength,"random.array.arcsine.seedLength"
random.array.arcsine.state,"random.array.arcsine.state"
random.array.arcsine.stateLength,"random.array.arcsine.stateLength"
random.array.arcsine.byteLength,"random.array.arcsine.byteLength"
random.array.bernoulli,"random.array.bernoulli( len, p[, options] )"
random.array.bernoulli.assign,"random.array.bernoulli.assign( p, out )"
random.array.bernoulli.factory,"random.array.bernoulli.factory( [p, ][options] )"
random.array.bernoulli.PRNG,"random.array.bernoulli.PRNG"
random.array.bernoulli.seed,"random.array.bernoulli.seed"
random.array.bernoulli.seedLength,"random.array.bernoulli.seedLength"
random.array.bernoulli.state,"random.array.bernoulli.state"
random.array.bernoulli.stateLength,"random.array.bernoulli.stateLength"
random.array.bernoulli.byteLength,"random.array.bernoulli.byteLength"
random.array.beta,"random.array.beta( len, alpha, beta[, options] )"
random.array.beta.factory,"random.array.beta.factory( [alpha, beta, ][options] )"
random.array.beta.PRNG,"random.array.beta.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 2c3e0b9

Please sign in to comment.