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 762ece5 commit f9d9307
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 @@ -4028,6 +4028,15 @@ random.array.randu.seedLength,"random.array.randu.seedLength"
random.array.randu.state,"random.array.randu.state"
random.array.randu.stateLength,"random.array.randu.stateLength"
random.array.randu.byteLength,"random.array.randu.byteLength"
random.array.rayleigh,"random.array.rayleigh( len, sigma[, options] )"
random.array.rayleigh.assign,"random.array.rayleigh.assign( sigma, out )"
random.array.rayleigh.factory,"random.array.rayleigh.factory( [sigma, ][options] )"
random.array.rayleigh.PRNG,"random.array.rayleigh.PRNG"
random.array.rayleigh.seed,"random.array.rayleigh.seed"
random.array.rayleigh.seedLength,"random.array.rayleigh.seedLength"
random.array.rayleigh.state,"random.array.rayleigh.state"
random.array.rayleigh.stateLength,"random.array.rayleigh.stateLength"
random.array.rayleigh.byteLength,"random.array.rayleigh.byteLength"
random.array.uniform,"random.array.uniform( len, a, b[, options] )"
random.array.uniform.factory,"random.array.uniform.factory( [a, b, ][options] )"
random.array.uniform.PRNG,"random.array.uniform.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 f9d9307

Please sign in to comment.