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 28, 2024
1 parent 38de364 commit 9f03091
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 @@ -4390,6 +4390,15 @@ random.strided.chi.seedLength,"\nrandom.strided.chi.seedLength\n Length of ge
random.strided.chi.state,"\nrandom.strided.chi.state\n Generator state.\n"
random.strided.chi.stateLength,"\nrandom.strided.chi.stateLength\n Length of generator state.\n"
random.strided.chi.byteLength,"\nrandom.strided.chi.byteLength\n Size (in bytes) of generator state.\n"
random.strided.chisquare,"\nrandom.strided.chisquare( N:integer, k:ArrayLikeObject, sk:integer, \n out:ArrayLikeObject, so:integer )\n Fills a strided array with pseudorandom numbers drawn from a chi-square\n distribution.\n"
random.strided.chisquare.ndarray,"\nrandom.strided.chisquare.ndarray( N:integer, k:ArrayLikeObject, sk:integer, \n ok:integer, out:ArrayLikeObject, so:integer, oo:integer )\n Fills a strided array with pseudorandom numbers drawn from a chi-square\n distribution using alternative indexing semantics.\n"
random.strided.chisquare.factory,"\nrandom.strided.chisquare.factory( [options:Object] )\n Returns a function for filling strided arrays with pseudorandom numbers\n drawn from a chi-square distribution.\n"
random.strided.chisquare.PRNG,"\nrandom.strided.chisquare.PRNG\n Underlying pseudorandom number generator.\n"
random.strided.chisquare.seed,"\nrandom.strided.chisquare.seed\n Pseudorandom number generator seed.\n"
random.strided.chisquare.seedLength,"\nrandom.strided.chisquare.seedLength\n Length of generator seed.\n"
random.strided.chisquare.state,"\nrandom.strided.chisquare.state\n Generator state.\n"
random.strided.chisquare.stateLength,"\nrandom.strided.chisquare.stateLength\n Length of generator state.\n"
random.strided.chisquare.byteLength,"\nrandom.strided.chisquare.byteLength\n Size (in bytes) of generator state.\n"
random.strided.cosine,"\nrandom.strided.cosine( N:integer, mu:ArrayLikeObject, sm:integer, \n s:ArrayLikeObject, ss:integer, out:ArrayLikeObject, so:integer[, \n options:Object] )\n Fills a strided array with pseudorandom numbers drawn from a cosine\n distribution.\n"
random.strided.cosine.ndarray,"\nrandom.strided.cosine.ndarray( N:integer, mu:ArrayLikeObject, sm:integer, \n om:integer, s:ArrayLikeObject, ss:integer, os:integer, out:ArrayLikeObject, \n so:integer, oo:integer[, options:Object] )\n Fills a strided array with pseudorandom numbers drawn from a cosine\n distribution using alternative indexing semantics.\n"
random.strided.discreteUniform,"\nrandom.strided.discreteUniform( N:integer, a:ArrayLikeObject, sa:integer, \n b:ArrayLikeObject, sb:integer, out:ArrayLikeObject, so:integer[, \n options:Object] )\n Fills a strided array with pseudorandom numbers drawn from a discrete\n uniform 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 9f03091

Please sign in to comment.