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 6, 2024
1 parent b63122f commit 0757aa9
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 @@ -3991,6 +3991,15 @@ random.array.randu.seedLength,"\nrandom.array.randu.seedLength\n Length of ge
random.array.randu.state,"\nrandom.array.randu.state\n Generator state.\n"
random.array.randu.stateLength,"\nrandom.array.randu.stateLength\n Length of generator state.\n"
random.array.randu.byteLength,"\nrandom.array.randu.byteLength\n Size (in bytes) of generator state.\n"
random.array.rayleigh,"\nrandom.array.rayleigh( len:integer, sigma:number[, options:Object] )\n Returns an array containing pseudorandom numbers drawn from a Rayleigh\n distribution.\n"
random.array.rayleigh.assign,"\nrandom.array.rayleigh.assign( sigma:number, \n out:Array|Float64Array|Float32Array )\n Fills an array with pseudorandom numbers drawn from a Rayleigh\n distribution.\n"
random.array.rayleigh.factory,"\nrandom.array.rayleigh.factory( [sigma:number, ][options:Object] )\n Returns a function for creating arrays containing pseudorandom numbers drawn\n from a Rayleigh distribution.\n"
random.array.rayleigh.PRNG,"\nrandom.array.rayleigh.PRNG\n Underlying pseudorandom number generator.\n"
random.array.rayleigh.seed,"\nrandom.array.rayleigh.seed\n Pseudorandom number generator seed.\n"
random.array.rayleigh.seedLength,"\nrandom.array.rayleigh.seedLength\n Length of generator seed.\n"
random.array.rayleigh.state,"\nrandom.array.rayleigh.state\n Generator state.\n"
random.array.rayleigh.stateLength,"\nrandom.array.rayleigh.stateLength\n Length of generator state.\n"
random.array.rayleigh.byteLength,"\nrandom.array.rayleigh.byteLength\n Size (in bytes) of generator state.\n"
random.array.uniform,"\nrandom.array.uniform( len:integer, a:number, b:number[, options:Object] )\n Returns an array containing pseudorandom numbers drawn from a continuous\n uniform distribution.\n"
random.array.uniform.factory,"\nrandom.array.uniform.factory( [a:number, b:number, ][options:Object] )\n Returns a function for creating arrays containing pseudorandom numbers drawn\n from a continuous uniform distribution.\n"
random.array.uniform.PRNG,"\nrandom.array.uniform.PRNG\n Underlying pseudorandom number generator.\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 0757aa9

Please sign in to comment.