From b1368bee38c61d13fa2b272a1a1ea4e0c62ae97f Mon Sep 17 00:00:00 2001 From: stdlib-bot <82920195+stdlib-bot@users.noreply.github.com> Date: Sun, 14 Apr 2024 03:20:27 +0000 Subject: [PATCH] docs: update related packages sections --- lib/node_modules/@stdlib/random/array/chisquare/README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lib/node_modules/@stdlib/random/array/chisquare/README.md b/lib/node_modules/@stdlib/random/array/chisquare/README.md index 6e8cb3e8b732..ffdb8425aaea 100644 --- a/lib/node_modules/@stdlib/random/array/chisquare/README.md +++ b/lib/node_modules/@stdlib/random/array/chisquare/README.md @@ -357,6 +357,7 @@ logEach( '%f', x4 ); ## See Also - [`@stdlib/random/base/chisquare`][@stdlib/random/base/chisquare]: Chi-square distributed pseudorandom numbers. +- [`@stdlib/random/strided/chisquare`][@stdlib/random/strided/chisquare]: fill a strided array with pseudorandom numbers drawn from a chi-square distribution. @@ -374,6 +375,12 @@ logEach( '%f', x4 ); [@stdlib/array/float64]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/array/float64 + + +[@stdlib/random/strided/chisquare]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/strided/chisquare + + +