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 68e1a0e commit e20a794
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 @@ -4001,6 +4001,15 @@ random.array.laplace.seedLength,"\nrandom.array.laplace.seedLength\n Length o
random.array.laplace.state,"\nrandom.array.laplace.state\n Generator state.\n"
random.array.laplace.stateLength,"\nrandom.array.laplace.stateLength\n Length of generator state.\n"
random.array.laplace.byteLength,"\nrandom.array.laplace.byteLength\n Size (in bytes) of generator state.\n"
random.array.levy,"\nrandom.array.levy( len:integer, mu:number, c:number[, options:Object] )\n Returns an array containing pseudorandom numbers drawn from a Lévy\n distribution.\n"
random.array.levy.assign,"\nrandom.array.levy.assign( mu:number, c:number, \n out:Array|Float64Array|Float32Array )\n Fills an array with pseudorandom numbers drawn from a Lévy distribution.\n"
random.array.levy.factory,"\nrandom.array.levy.factory( [mu:number, c:number, ][options:Object] )\n Returns a function for creating arrays containing pseudorandom numbers drawn\n from a Lévy distribution.\n"
random.array.levy.PRNG,"\nrandom.array.levy.PRNG\n Underlying pseudorandom number generator.\n"
random.array.levy.seed,"\nrandom.array.levy.seed\n Pseudorandom number generator seed.\n"
random.array.levy.seedLength,"\nrandom.array.levy.seedLength\n Length of generator seed.\n"
random.array.levy.state,"\nrandom.array.levy.state\n Generator state.\n"
random.array.levy.stateLength,"\nrandom.array.levy.stateLength\n Length of generator state.\n"
random.array.levy.byteLength,"\nrandom.array.levy.byteLength\n Size (in bytes) of generator state.\n"
random.array.lognormal,"\nrandom.array.lognormal( len:integer, mu:number, sigma:number[, options:Object] )\n Returns an array containing pseudorandom numbers drawn from a lognormal\n distribution.\n"
random.array.lognormal.assign,"\nrandom.array.lognormal.assign( mu:number, sigma:number, \n out:Array|Float64Array|Float32Array )\n Fills an array with pseudorandom numbers drawn from a lognormal\n distribution.\n"
random.array.lognormal.factory,"\nrandom.array.lognormal.factory( [mu:number, sigma:number, ][options:Object] )\n Returns a function for creating arrays containing pseudorandom numbers drawn\n from a lognormal 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 e20a794

Please sign in to comment.