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 0c2165a commit 3a9134e
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 @@ -3992,6 +3992,15 @@ random.array.invgamma.seedLength,"\nrandom.array.invgamma.seedLength\n Length
random.array.invgamma.state,"\nrandom.array.invgamma.state\n Generator state.\n"
random.array.invgamma.stateLength,"\nrandom.array.invgamma.stateLength\n Length of generator state.\n"
random.array.invgamma.byteLength,"\nrandom.array.invgamma.byteLength\n Size (in bytes) of generator state.\n"
random.array.kumaraswamy,"\nrandom.array.kumaraswamy( len:integer, a:number, b:number[, options:Object] )\n Returns an array containing pseudorandom numbers drawn from Kumaraswamy's\n double bounded distribution.\n"
random.array.kumaraswamy.assign,"\nrandom.array.kumaraswamy.assign( a:number, b:number, \n out:Array|Float64Array|Float32Array )\n Fills an array with pseudorandom numbers drawn from Kumaraswamy's double\n bounded distribution.\n"
random.array.kumaraswamy.factory,"\nrandom.array.kumaraswamy.factory( [a:number, b:number, ][options:Object] )\n Returns a function for creating arrays containing pseudorandom numbers drawn\n from Kumaraswamy's double bounded distribution.\n"
random.array.kumaraswamy.PRNG,"\nrandom.array.kumaraswamy.PRNG\n Underlying pseudorandom number generator.\n"
random.array.kumaraswamy.seed,"\nrandom.array.kumaraswamy.seed\n Pseudorandom number generator seed.\n"
random.array.kumaraswamy.seedLength,"\nrandom.array.kumaraswamy.seedLength\n Length of generator seed.\n"
random.array.kumaraswamy.state,"\nrandom.array.kumaraswamy.state\n Generator state.\n"
random.array.kumaraswamy.stateLength,"\nrandom.array.kumaraswamy.stateLength\n Length of generator state.\n"
random.array.kumaraswamy.byteLength,"\nrandom.array.kumaraswamy.byteLength\n Size (in bytes) of generator state.\n"
random.array.laplace,"\nrandom.array.laplace( len:integer, mu:number, b:number[, options:Object] )\n Returns an array containing pseudorandom numbers drawn from a Laplace\n (double exponential) distribution.\n"
random.array.laplace.assign,"\nrandom.array.laplace.assign( mu:number, b:number, \n out:Array|Float64Array|Float32Array )\n Fills an array with pseudorandom numbers drawn from a Laplace (double\n exponential) distribution.\n"
random.array.laplace.factory,"\nrandom.array.laplace.factory( [mu:number, b:number, ][options:Object] )\n Returns a function for creating arrays containing pseudorandom numbers drawn\n from a Laplace (double exponential) 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 3a9134e

Please sign in to comment.