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 3d2d555 commit c037e9e
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 @@ -3947,6 +3947,15 @@ random.array.exponential.seedLength,"\nrandom.array.exponential.seedLength\n
random.array.exponential.state,"\nrandom.array.exponential.state\n Generator state.\n"
random.array.exponential.stateLength,"\nrandom.array.exponential.stateLength\n Length of generator state.\n"
random.array.exponential.byteLength,"\nrandom.array.exponential.byteLength\n Size (in bytes) of generator state.\n"
random.array.f,"\nrandom.array.f( len:integer, d1:number, d2:number[, options:Object] )\n Returns an array containing pseudorandom numbers drawn from an F\n distribution.\n"
random.array.f.assign,"\nrandom.array.f.assign( d1:number, d2:number, \n out:Array|Float64Array|Float32Array )\n Fills an array with pseudorandom numbers drawn from an F distribution.\n"
random.array.f.factory,"\nrandom.array.f.factory( [d1:number, d2:number, ][options:Object] )\n Returns a function for creating arrays containing pseudorandom numbers drawn\n from an F distribution.\n"
random.array.f.PRNG,"\nrandom.array.f.PRNG\n Underlying pseudorandom number generator.\n"
random.array.f.seed,"\nrandom.array.f.seed\n Pseudorandom number generator seed.\n"
random.array.f.seedLength,"\nrandom.array.f.seedLength\n Length of generator seed.\n"
random.array.f.state,"\nrandom.array.f.state\n Generator state.\n"
random.array.f.stateLength,"\nrandom.array.f.stateLength\n Length of generator state.\n"
random.array.f.byteLength,"\nrandom.array.f.byteLength\n Size (in bytes) of generator state.\n"
random.array.gamma,"\nrandom.array.gamma( len:integer, alpha:number, beta:number[, options:Object] )\n Returns an array containing pseudorandom numbers drawn from a gamma\n distribution.\n"
random.array.gamma.assign,"\nrandom.array.gamma.assign( alpha:number, beta:number, \n out:Array|Float64Array|Float32Array )\n Fills an array with pseudorandom numbers drawn from a gamma distribution.\n"
random.array.gamma.factory,"\nrandom.array.gamma.factory( [alpha:number, beta:number, ][options:Object] )\n Returns a function for creating arrays containing pseudorandom numbers drawn\n from a gamma 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 c037e9e

Please sign in to comment.