Skip to content

Commit 6008b22

Browse files
authored
docs: update related packages sections
PR-URL: stdlib-js#1308 Reviewed-by: Athan Reines <kgryte@gmail.com> Reviewed-by: Philipp Burckhardt <pburckhardt@outlook.com>
1 parent c1d6282 commit 6008b22

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-0
lines changed

lib/node_modules/@stdlib/random/base/cauchy/README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -402,6 +402,14 @@ for ( i = 0; i < 100; i++ ) {
402402

403403
<section class="related">
404404

405+
* * *
406+
407+
## See Also
408+
409+
- <span class="package-name">[`@stdlib/random/array/cauchy`][@stdlib/random/array/cauchy]</span><span class="delimiter">: </span><span class="description">create an array containing pseudorandom numbers drawn from a Cauchy distribution.</span>
410+
- <span class="package-name">[`@stdlib/random/iter/cauchy`][@stdlib/random/iter/cauchy]</span><span class="delimiter">: </span><span class="description">create an iterator for generating pseudorandom numbers drawn from a Cauchy distribution.</span>
411+
- <span class="package-name">[`@stdlib/random/streams/cauchy`][@stdlib/random/streams/cauchy]</span><span class="delimiter">: </span><span class="description">create a readable stream for generating pseudorandom numbers drawn from a Cauchy distribution.</span>
412+
405413
</section>
406414

407415
<!-- /.related -->
@@ -414,6 +422,16 @@ for ( i = 0; i < 100; i++ ) {
414422

415423
[@stdlib/array/uint32]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/array/uint32
416424

425+
<!-- <related-links> -->
426+
427+
[@stdlib/random/array/cauchy]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/array/cauchy
428+
429+
[@stdlib/random/iter/cauchy]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/iter/cauchy
430+
431+
[@stdlib/random/streams/cauchy]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/streams/cauchy
432+
433+
<!-- </related-links> -->
434+
417435
</section>
418436

419437
<!-- /.links -->

lib/node_modules/@stdlib/random/base/t/README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -399,6 +399,14 @@ for ( i = 0; i < 100; i++ ) {
399399

400400
<section class="related">
401401

402+
* * *
403+
404+
## See Also
405+
406+
- <span class="package-name">[`@stdlib/random/array/t`][@stdlib/random/array/t]</span><span class="delimiter">: </span><span class="description">create an array containing pseudorandom numbers drawn from a Student's t-distribution.</span>
407+
- <span class="package-name">[`@stdlib/random/iter/t`][@stdlib/random/iter/t]</span><span class="delimiter">: </span><span class="description">create an iterator for generating pseudorandom numbers drawn from a Student's t distribution.</span>
408+
- <span class="package-name">[`@stdlib/random/streams/t`][@stdlib/random/streams/t]</span><span class="delimiter">: </span><span class="description">create a readable stream for generating pseudorandom numbers drawn from a Student's t distribution.</span>
409+
402410
</section>
403411

404412
<!-- /.related -->
@@ -411,6 +419,16 @@ for ( i = 0; i < 100; i++ ) {
411419

412420
[@stdlib/array/uint32]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/array/uint32
413421

422+
<!-- <related-links> -->
423+
424+
[@stdlib/random/array/t]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/array/t
425+
426+
[@stdlib/random/iter/t]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/iter/t
427+
428+
[@stdlib/random/streams/t]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/streams/t
429+
430+
<!-- </related-links> -->
431+
414432
</section>
415433

416434
<!-- /.links -->

0 commit comments

Comments
 (0)