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 2a544a2 commit cb76369
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 @@ -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.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"
random.array.cauchy.PRNG,"\nrandom.array.cauchy.PRNG\n Underlying pseudorandom number generator.\n"
random.array.cauchy.seed,"\nrandom.array.cauchy.seed\n Pseudorandom number generator seed.\n"
random.array.cauchy.seedLength,"\nrandom.array.cauchy.seedLength\n Length of generator seed.\n"
random.array.cauchy.state,"\nrandom.array.cauchy.state\n Generator state.\n"
random.array.cauchy.stateLength,"\nrandom.array.cauchy.stateLength\n Length of generator state.\n"
random.array.cauchy.byteLength,"\nrandom.array.cauchy.byteLength\n Size (in bytes) of generator state.\n"
random.array.chi,"\nrandom.array.chi( len:integer, k:number[, options:Object] )\n Returns an array containing pseudorandom numbers drawn from a chi\n distribution.\n"
random.array.chi.assign,"\nrandom.array.chi.assign( k:number, out:Array|Float64Array|Float32Array )\n Fills an array with pseudorandom numbers drawn from a chi distribution.\n"
random.array.chi.factory,"\nrandom.array.chi.factory( [k:number, ][options:Object] )\n Returns a function for creating arrays containing pseudorandom numbers drawn\n from a chi 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 cb76369

Please sign in to comment.