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 13, 2024
1 parent 93a83be commit 875e9a8
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 7 deletions.
15 changes: 12 additions & 3 deletions data/data.csv
Original file line number Diff line number Diff line change
Expand Up @@ -3920,9 +3920,9 @@ random.array.chisquare.seedLength,"\nrandom.array.chisquare.seedLength\n Leng
random.array.chisquare.state,"\nrandom.array.chisquare.state\n Generator state.\n"
random.array.chisquare.stateLength,"\nrandom.array.chisquare.stateLength\n Length of generator state.\n"
random.array.chisquare.byteLength,"\nrandom.array.chisquare.byteLength\n Size (in bytes) of generator state.\n"
random.array.cosine,"\nrandom.array.cosine( len:integer, mu:number, s:number[, options:Object] )\n Returns an array containing pseudorandom numbers drawn from a cosine\n distribution.\n"
random.array.cosine.assign,"\nrandom.array.cosine.assign( mu:number, s:number, \n out:Array|Float64Array|Float32Array )\n Fills an array with pseudorandom numbers drawn from a cosine distribution.\n"
random.array.cosine.factory,"\nrandom.array.cosine.factory( [mu:number, s:number, ][options:Object] )\n Returns a function for creating arrays containing pseudorandom numbers drawn\n from a cosine distribution.\n"
random.array.cosine,"\nrandom.array.cosine( len:integer, mu:number, s:number[, options:Object] )\n Returns an array containing pseudorandom numbers drawn from a raised cosine\n distribution.\n"
random.array.cosine.assign,"\nrandom.array.cosine.assign( mu:number, s:number, \n out:Array|Float64Array|Float32Array )\n Fills an array with pseudorandom numbers drawn from a raised cosine\n distribution.\n"
random.array.cosine.factory,"\nrandom.array.cosine.factory( [mu:number, s:number, ][options:Object] )\n Returns a function for creating arrays containing pseudorandom numbers drawn\n from a raised cosine distribution.\n"
random.array.cosine.PRNG,"\nrandom.array.cosine.PRNG\n Underlying pseudorandom number generator.\n"
random.array.cosine.seed,"\nrandom.array.cosine.seed\n Pseudorandom number generator seed.\n"
random.array.cosine.seedLength,"\nrandom.array.cosine.seedLength\n Length of generator seed.\n"
Expand Down Expand Up @@ -4073,6 +4073,15 @@ random.array.mt19937.seedLength,"\nrandom.array.mt19937.seedLength\n Length o
random.array.mt19937.state,"\nrandom.array.mt19937.state\n Generator state.\n"
random.array.mt19937.stateLength,"\nrandom.array.mt19937.stateLength\n Length of generator state.\n"
random.array.mt19937.byteLength,"\nrandom.array.mt19937.byteLength\n Size (in bytes) of generator state.\n"
random.array.negativeBinomial,"\nrandom.array.negativeBinomial( len:integer, r:number, p:number[, \n options:Object] )\n Returns an array containing pseudorandom numbers drawn from a negative\n binomial distribution.\n"
random.array.negativeBinomial.assign,"\nrandom.array.negativeBinomial.assign( r:number, p:number, out:Array|TypedArray )\n Fills an array with pseudorandom numbers drawn from a negative binomial\n distribution.\n"
random.array.negativeBinomial.factory,"\nrandom.array.negativeBinomial.factory( [r:number, p:number, ][options:Object] )\n Returns a function for creating arrays containing pseudorandom numbers drawn\n from a negative binomial distribution.\n"
random.array.negativeBinomial.PRNG,"\nrandom.array.negativeBinomial.PRNG\n Underlying pseudorandom number generator.\n"
random.array.negativeBinomial.seed,"\nrandom.array.negativeBinomial.seed\n Pseudorandom number generator seed.\n"
random.array.negativeBinomial.seedLength,"\nrandom.array.negativeBinomial.seedLength\n Length of generator seed.\n"
random.array.negativeBinomial.state,"\nrandom.array.negativeBinomial.state\n Generator state.\n"
random.array.negativeBinomial.stateLength,"\nrandom.array.negativeBinomial.stateLength\n Length of generator state.\n"
random.array.negativeBinomial.byteLength,"\nrandom.array.negativeBinomial.byteLength\n Size (in bytes) of generator state.\n"
random.array.normal,"\nrandom.array.normal( len:integer, mu:number, sigma:number[, options:Object] )\n Returns an array containing pseudorandom numbers drawn from a normal\n distribution.\n"
random.array.normal.assign,"\nrandom.array.normal.assign( mu:number, sigma:number, \n out:Array|Float64Array|Float32Array )\n Fills an array with pseudorandom numbers drawn from a normal distribution.\n"
random.array.normal.factory,"\nrandom.array.normal.factory( [mu:number, sigma:number, ][options:Object] )\n Returns a function for creating arrays containing pseudorandom numbers drawn\n from a normal 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 875e9a8

Please sign in to comment.