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 a279a4d commit e7e5dd7
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 @@ -4038,6 +4038,15 @@ random.array.laplace.seedLength,"random.array.laplace.seedLength"
random.array.laplace.state,"random.array.laplace.state"
random.array.laplace.stateLength,"random.array.laplace.stateLength"
random.array.laplace.byteLength,"random.array.laplace.byteLength"
random.array.levy,"random.array.levy( len, mu, c[, options] )"
random.array.levy.assign,"random.array.levy.assign( mu, c, out )"
random.array.levy.factory,"random.array.levy.factory( [mu, c, ][options] )"
random.array.levy.PRNG,"random.array.levy.PRNG"
random.array.levy.seed,"random.array.levy.seed"
random.array.levy.seedLength,"random.array.levy.seedLength"
random.array.levy.state,"random.array.levy.state"
random.array.levy.stateLength,"random.array.levy.stateLength"
random.array.levy.byteLength,"random.array.levy.byteLength"
random.array.lognormal,"random.array.lognormal( len, mu, sigma[, options] )"
random.array.lognormal.assign,"random.array.lognormal.assign( mu, sigma, out )"
random.array.lognormal.factory,"random.array.lognormal.factory( [mu, sigma, ][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 e7e5dd7

Please sign in to comment.