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 668559d commit a6d8c77
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion data/data.csv
Original file line number Diff line number Diff line change
Expand Up @@ -2472,7 +2472,7 @@
"@stdlib/random/array/negative-binomial","@stdlib/random/array/binomial,@stdlib/random/base/negative-binomial"
"@stdlib/random/array/normal","@stdlib/random/base/normal,@stdlib/random/strided/normal"
"@stdlib/random/array/pareto-type1","@stdlib/random/base/pareto-type1"
"@stdlib/random/array/poisson","@stdlib/random/base/poisson"
"@stdlib/random/array/poisson","@stdlib/random/base/poisson,@stdlib/random/strided/poisson"
"@stdlib/random/array/randu","@stdlib/random/array/uniform,@stdlib/random/base/randu,@stdlib/random/strided/randu"
"@stdlib/random/array/rayleigh","@stdlib/random/base/rayleigh"
"@stdlib/random/array/t","@stdlib/random/base/t"
Expand Down Expand Up @@ -2578,6 +2578,7 @@
"@stdlib/random/strided/minstd-shuffle","@stdlib/random/base/minstd-shuffle,@stdlib/random/array/minstd-shuffle,@stdlib/random/strided/minstd,@stdlib/random/strided/randu"
"@stdlib/random/strided/mt19937","@stdlib/random/base/mt19937,@stdlib/random/array/mt19937,@stdlib/random/strided/randu"
"@stdlib/random/strided/normal","@stdlib/random/base/normal,@stdlib/random/array/normal"
"@stdlib/random/strided/poisson","@stdlib/random/base/poisson,@stdlib/random/array/poisson"
"@stdlib/random/strided/randu","@stdlib/random/base/randu,@stdlib/random/array/randu,@stdlib/random/strided/uniform"
"@stdlib/random/strided/uniform","@stdlib/random/base/uniform,@stdlib/random/array/uniform,@stdlib/random/strided/discrete-uniform"
"@stdlib/stats/ranks",""
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 a6d8c77

Please sign in to comment.