Skip to content

Commit 39e0ba8

Browse files
authored
docs: update related packages sections
PR-URL: #2159 Reviewed-by: Athan Reines <[email protected]>
1 parent 915a373 commit 39e0ba8

File tree

1 file changed

+7
-0
lines changed
  • lib/node_modules/@stdlib/random/array/chisquare

1 file changed

+7
-0
lines changed

Diff for: lib/node_modules/@stdlib/random/array/chisquare/README.md

+7
Original file line numberDiff line numberDiff line change
@@ -357,6 +357,7 @@ logEach( '%f', x4 );
357357
## See Also
358358

359359
- <span class="package-name">[`@stdlib/random/base/chisquare`][@stdlib/random/base/chisquare]</span><span class="delimiter">: </span><span class="description">Chi-square distributed pseudorandom numbers.</span>
360+
- <span class="package-name">[`@stdlib/random/strided/chisquare`][@stdlib/random/strided/chisquare]</span><span class="delimiter">: </span><span class="description">fill a strided array with pseudorandom numbers drawn from a chi-square distribution.</span>
360361

361362
</section>
362363

@@ -374,6 +375,12 @@ logEach( '%f', x4 );
374375

375376
[@stdlib/array/float64]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/array/float64
376377

378+
<!-- <related-links> -->
379+
380+
[@stdlib/random/strided/chisquare]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/strided/chisquare
381+
382+
<!-- </related-links> -->
383+
377384
</section>
378385

379386
<!-- /.links -->

0 commit comments

Comments
 (0)