Skip to content

Commit 99276e8

Browse files
authored
docs: update related packages sections
PR-URL: #13202 Reviewed-by: Athan Reines <kgryte@gmail.com>
1 parent 0d7bf9d commit 99276e8

2 files changed

Lines changed: 19 additions & 0 deletions

File tree

lib/node_modules/@stdlib/random/gamma/README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -363,6 +363,14 @@ logEach( '%f, %f, %f', arr[ 0 ], arr[ 1 ], arr[ 2 ] );
363363

364364
<section class="related">
365365

366+
* * *
367+
368+
## See Also
369+
370+
- <span class="package-name">[`@stdlib/random/base/gamma`][@stdlib/random/base/gamma]</span><span class="delimiter">: </span><span class="description">gamma distributed pseudorandom numbers.</span>
371+
- <span class="package-name">[`@stdlib/random/array/gamma`][@stdlib/random/array/gamma]</span><span class="delimiter">: </span><span class="description">create an array containing pseudorandom numbers drawn from a gamma distribution.</span>
372+
- <span class="package-name">[`@stdlib/random/strided/gamma`][@stdlib/random/strided/gamma]</span><span class="delimiter">: </span><span class="description">fill a strided array with pseudorandom numbers drawn from a gamma distribution.</span>
373+
366374
</section>
367375

368376
<!-- /.related -->
@@ -383,6 +391,14 @@ logEach( '%f, %f, %f', arr[ 0 ], arr[ 1 ], arr[ 2 ] );
383391

384392
[@stdlib/ndarray/base/broadcast-shapes]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/ndarray/base/broadcast-shapes
385393

394+
<!-- <related-links> -->
395+
396+
[@stdlib/random/array/gamma]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/array/gamma
397+
398+
[@stdlib/random/strided/gamma]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/strided/gamma
399+
400+
<!-- </related-links> -->
401+
386402
</section>
387403

388404
<!-- /.links -->

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -360,6 +360,7 @@ logEach( 'x1[%d] = %.2f; x2[%d] = %.2f', idx, x1, idx, x2 );
360360

361361
## See Also
362362

363+
- <span class="package-name">[`@stdlib/random/t`][@stdlib/random/t]</span><span class="delimiter">: </span><span class="description">generate pseudorandom numbers drawn from a Student's t-distribution.</span>
363364
- <span class="package-name">[`@stdlib/random/base/t`][@stdlib/random/base/t]</span><span class="delimiter">: </span><span class="description">Student's t-distributed pseudorandom numbers.</span>
364365
- <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>
365366

@@ -379,6 +380,8 @@ logEach( 'x1[%d] = %.2f; x2[%d] = %.2f', idx, x1, idx, x2 );
379380

380381
<!-- <related-links> -->
381382

383+
[@stdlib/random/t]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/t
384+
382385
[@stdlib/random/array/t]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/array/t
383386

384387
<!-- </related-links> -->

0 commit comments

Comments
 (0)