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 11, 2024
1 parent 3a9134e commit 93a83be
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 @@ -3884,6 +3884,15 @@ random.array.betaprime.seedLength,"\nrandom.array.betaprime.seedLength\n Leng
random.array.betaprime.state,"\nrandom.array.betaprime.state\n Generator state.\n"
random.array.betaprime.stateLength,"\nrandom.array.betaprime.stateLength\n Length of generator state.\n"
random.array.betaprime.byteLength,"\nrandom.array.betaprime.byteLength\n Size (in bytes) of generator state.\n"
random.array.binomial,"\nrandom.array.binomial( len:integer, n:number, p:number[, options:Object] )\n Returns an array containing pseudorandom numbers drawn from a binomial\n distribution.\n"
random.array.binomial.assign,"\nrandom.array.binomial.assign( n:number, p:number, out:Array|TypedArray )\n Fills an array with pseudorandom numbers drawn from a binomial distribution.\n"
random.array.binomial.factory,"\nrandom.array.binomial.factory( [n:number, p:number, ][options:Object] )\n Returns a function for creating arrays containing pseudorandom numbers drawn\n from a binomial distribution.\n"
random.array.binomial.PRNG,"\nrandom.array.binomial.PRNG\n Underlying pseudorandom number generator.\n"
random.array.binomial.seed,"\nrandom.array.binomial.seed\n Pseudorandom number generator seed.\n"
random.array.binomial.seedLength,"\nrandom.array.binomial.seedLength\n Length of generator seed.\n"
random.array.binomial.state,"\nrandom.array.binomial.state\n Generator state.\n"
random.array.binomial.stateLength,"\nrandom.array.binomial.stateLength\n Length of generator state.\n"
random.array.binomial.byteLength,"\nrandom.array.binomial.byteLength\n Size (in bytes) of generator state.\n"
random.array.cauchy,"\nrandom.array.cauchy( len:integer, x0:number, gamma:number[, options:Object] )\n Returns an array containing pseudorandom numbers drawn from a Cauchy\n distribution.\n"
random.array.cauchy.assign,"\nrandom.array.cauchy.assign( x0:number, gamma:number, \n out:Array|Float64Array|Float32Array )\n Fills an array with pseudorandom numbers drawn from a Cauchy distribution.\n"
random.array.cauchy.factory,"\nrandom.array.cauchy.factory( [x0:number, gamma:number, ][options:Object] )\n Returns a function for creating arrays containing pseudorandom numbers drawn\n from a Cauchy distribution.\n"
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 93a83be

Please sign in to comment.