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 d2a5071 commit 96ac219
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 @@ -4108,6 +4108,15 @@ random.array.uniform.seedLength,"\nrandom.array.uniform.seedLength\n Length o
random.array.uniform.state,"\nrandom.array.uniform.state\n Generator state.\n"
random.array.uniform.stateLength,"\nrandom.array.uniform.stateLength\n Length of generator state.\n"
random.array.uniform.byteLength,"\nrandom.array.uniform.byteLength\n Size (in bytes) of generator state.\n"
random.array.weibull,"\nrandom.array.weibull( len:integer, k:number, lambda:number[, options:Object] )\n Returns an array containing pseudorandom numbers drawn from a Weibull\n distribution.\n"
random.array.weibull.assign,"\nrandom.array.weibull.assign( k:number, lambda:number, \n out:Array|Float64Array|Float32Array )\n Fills an array with pseudorandom numbers drawn from a Weibull distribution.\n"
random.array.weibull.factory,"\nrandom.array.weibull.factory( [k:number, lambda:number, ][options:Object] )\n Returns a function for creating arrays containing pseudorandom numbers drawn\n from a Weibull distribution.\n"
random.array.weibull.PRNG,"\nrandom.array.weibull.PRNG\n Underlying pseudorandom number generator.\n"
random.array.weibull.seed,"\nrandom.array.weibull.seed\n Pseudorandom number generator seed.\n"
random.array.weibull.seedLength,"\nrandom.array.weibull.seedLength\n Length of generator seed.\n"
random.array.weibull.state,"\nrandom.array.weibull.state\n Generator state.\n"
random.array.weibull.stateLength,"\nrandom.array.weibull.stateLength\n Length of generator state.\n"
random.array.weibull.byteLength,"\nrandom.array.weibull.byteLength\n Size (in bytes) of generator state.\n"
random.iterators.arcsine,"\nrandom.iterators.arcsine( a:number, b:number[, options:Object] )\n Returns an iterator for generating pseudorandom numbers drawn from an\n arcsine distribution.\n"
random.iterators.bernoulli,"\nrandom.iterators.bernoulli( p:number[, options:Object] )\n Returns an iterator for generating pseudorandom numbers drawn from a\n Bernoulli distribution.\n"
random.iterators.beta,"\nrandom.iterators.beta( α:number, β:number[, options:Object] )\n Returns an iterator for generating pseudorandom numbers drawn from a\n beta distribution.\n"
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 96ac219

Please sign in to comment.